Help deploying at Vercel
Unanswered
Japanese flying squid posted this in #help-forum
Japanese flying squidOP
Hi, I developed my web service on bun.js its my first time using it and I'm unable to deploy it on Vercel when I try
tsc build command it throws errors like node_modules/@types/node/module.d.ts(283,13): error TS2687: All declarations of 'dirname' must have identical modifiers. ,node_modules/@types/node/module.d.ts(289,13): error TS2687: All declarations of 'filename' must have identical modifiers.. Can someone please share the steps to deploy it on Vercel.