oauth_nest_demo/vercel.json

10 lines
139 B
JSON

{
"version": 2,
"buildCommand": "pnpm run build",
"functions": {
"api/*.ts": {
"runtime": "@vercel/node@3.0.0"
}
}
}