Can't build solid-start app on vercel

I'm getting a build error
[error] [vite:load-fallback] Could not load /vercel/path0/src/app.tsx (imported by node_modules/@solidjs/start/dist/client/StartClient.jsx): ENOENT: no such file or directory, open '/vercel/path0/src/app.tsx'
Error: Could not load src/app.tsx (imported by node_modules/@solidjs/start/dist/client/StartClient.jsx): ENOENT: no such file or directory, open '/vercel/path0/src/app.tsx'
[error] [vite:load-fallback] Could not load /vercel/path0/src/app.tsx (imported by node_modules/@solidjs/start/dist/client/StartClient.jsx): ENOENT: no such file or directory, open '/vercel/path0/src/app.tsx'
Error: Could not load src/app.tsx (imported by node_modules/@solidjs/start/dist/client/StartClient.jsx): ENOENT: no such file or directory, open '/vercel/path0/src/app.tsx'
This is using solid start 1.0.2. I have server: {preset: "vercel"} inside app.config.ts. I don't run into this issue locally.
0 Replies
No replies yetBe the first to reply to this messageJoin