feat: update deploy parsing

This commit is contained in:
lucas-neynar
2025-03-21 14:08:06 -07:00
parent 01231de8f4
commit 28cafb2808
3 changed files with 112 additions and 69 deletions

View File

@@ -17,6 +17,12 @@ cd <PROJECT_NAME>
npm run dev
```
## Deploy to Vercel
For projects that have made minimal changes to the quickstart template, deploy to vercel by running:
```{bash}
npm run deploy:vercel
```
## Building for Production
To create a production build, run: