$ npx create-remix
? Where would you like to create your app? ./vercel-community#1587
? What type of app do you want to create? Just the basics
? Where do you want to deploy? Choose Remix App Server if you're unsure; it's easy to change deployment targets. Vercel
? TypeScript or JavaScript? TypeScript
? Do you want me to run `npm install`? No
- Works well on local
- Build fails on
[email protected]
and above - Build succeeds on
[email protected]
but has server error due to missingserverBuildTarget
- Works well on
[email protected]