`vinxi start` fails with "Cannot find module" error with Vercel preset
Repro steps:
1.
2.
3.
4. Update
5.
6.
On my Mac this errors out with "Cannot find module". Something about not finding .output/server/index.mjs, which isn't generated when Vercel is the preset.
1.
pnpm create solid with all default options2.
cd solid-project3.
pnpm update4. Update
app.config.ts to:5.
pnpm build6.
pnpm startOn my Mac this errors out with "Cannot find module". Something about not finding .output/server/index.mjs, which isn't generated when Vercel is the preset.
vinxi dev works fine. Deployments to Vercel are working fine. Just can't seem to run vinxi start which is a bit of a problem for what I'm trying to accomplish.