@sigbit/nvr
v0.3.0
Published
Use Nitro on Vercel with mixed serverless & edge functions
Downloads
6
Readme
@sigbit/nvr
Motivation
Usage
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.
License
MIT