This script assumes your primary target is vercel-edge
.
Add npx @sigbit/nvr <function> [function...]
after your normal build script to make the specified functions run in a serverless (Node) environment.
{
"scripts": {
"build": "nuxt build && npx @sigbit/nvr /api/my-function"
}
}
Note
This script will trigger another non-edge rebuild and use these files in the final composition. Therefore, additional time is added to the deployment.
MIT