Skip to content

Latest commit

 

History

History

basic

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.