Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 796 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 796 Bytes

Reproduction steps

1. Install (branch main)

$ 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

2. Add __foo.tsx and modify index.tsx (branch __foo)

3. Add serverBuildTarget: "vercel" (branch serverBuildTarget)