completionId: cgen-c7249faf0b78480295945b15e3fa013e
cgen-c7249faf0b78480295945b15e3fa013e
This commit is contained in:
parent
076382581d
commit
8eb1dcc0ad
1 changed files with 2 additions and 4 deletions
|
|
@ -3,10 +3,8 @@
|
|||
"buildCommand": "npm ci && npm run build",
|
||||
"outputDirectory": "dist/spa",
|
||||
"functions": {
|
||||
"api/**/*.ts": {
|
||||
"runtime": "@vercel/node@3.2.15",
|
||||
"includeFiles": "api/**/*.ts",
|
||||
"excludeFiles": "**/*.test.ts,**/*.spec.ts"
|
||||
"api/**/*.js": {
|
||||
"runtime": "@vercel/node@3.2.15"
|
||||
}
|
||||
},
|
||||
"env": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue