Cannot build for Vercel
For context
So far I'm not satisfied with Solid Start because I wasn't able to deploy the app at least anywhere (I tried Vercel, Netlify and Cloudflare). But Vercel is my main target so this question is about deploying to Vercel specifically.Also I haven't really seen anyone to have the same problem as I do.
How to reproduce
1. Create a new Solid Start project
2. Choose any template (I chose
hackernews)3. Edit your
app.config.ts as follows:4. Run
npm run build