Why do I see this in the Vercel Serverless Functions logs if everything works fine for me locally when I run `vercel --dev' but somehow it doesn't work on the Vercel server
Error [ERR_REQUIRE_ESM]: require() of ES Module /var/task/node_modules/@octokit/core/dist-src/index.js from /var/task/utils/github.js not supported.
Instead change the require of index.js in /var/task/utils/github.js to a dynamic import() which is available in all CommonJS modules.
at /opt/rust/nodejs.js:2:12062
at Function.or (/opt/rust/nodejs.js:2:12436)
at e.<computed>.me._load (/opt/rust/nodejs.js:2:12032)
at TracingChannel.traceSync (node:diagnostics_channel:315:14)
at s (/opt/rust/bytecode.js:2:1094) {
code: 'ERR_REQUIRE_ESM'
}
Node.js process exited with exit status: 1. The logs above can help with debugging the issue.
If you need more details - tell me