oauth_nest_demo/vercel.json

10 lines
141 B
JSON

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