@vercel/node + Turborepo issue

Hi :waving_hand: in addition to the link above, I’d also suggest: Express 101: Everything about deploying your Express app on Vercel

FYI - if you are just serving static files, you don’t need to run your own server. If you plan on using templating languages then something like Express will be necessary, but otherwise you may be able to serve your static content directly from our edge network.