completionId: cgen-7c84bf3c46ea45a988f4cc2bdd4fdfd2
cgen-7c84bf3c46ea45a988f4cc2bdd4fdfd2
This commit is contained in:
parent
e1c6b14911
commit
08a4994f4d
1 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,11 @@
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"buildCommand": "npm ci && npm run build",
|
"buildCommand": "npm ci && npm run build",
|
||||||
"outputDirectory": "dist/spa",
|
"outputDirectory": "dist/spa",
|
||||||
|
"functions": {
|
||||||
|
"api/**/*.ts": {
|
||||||
|
"runtime": "@vercel/node@latest"
|
||||||
|
}
|
||||||
|
},
|
||||||
"redirects": [
|
"redirects": [
|
||||||
{
|
{
|
||||||
"source": "/:path(.*)",
|
"source": "/:path(.*)",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue