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:
Then you can run the following command to have a local development experience
vc dev -A vercel.dev.json
Any lambdas added to api/
must be added to the routes
config in the vercel.json
file.