Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 497 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 497 Bytes

Vercel example

Development

You need to have package vercel globally installed:

yarn global add vercel

Make sure to add yarn run dev on the Development command, on the settings of your project on vercel.com:

vercel settings

Then you can run the following command to have a local development experience

vc dev -A vercel.dev.json

Deployment

Any lambdas added to api/ must be added to the routes config in the vercel.json file.