completionId: cgen-e5d89c23b97a409486e3e46f3842286c
cgen-e5d89c23b97a409486e3e46f3842286c
This commit is contained in:
parent
0b14637233
commit
f0e8f0f115
1 changed files with 9 additions and 1 deletions
10
vercel.json
10
vercel.json
|
|
@ -4,9 +4,17 @@
|
|||
"outputDirectory": "dist/spa",
|
||||
"functions": {
|
||||
"api/**/*.ts": {
|
||||
"runtime": "@vercel/node@latest"
|
||||
"runtime": "@vercel/node@3.2.15",
|
||||
"includeFiles": "api/**/*.ts",
|
||||
"excludeFiles": "**/*.test.ts,**/*.spec.ts"
|
||||
}
|
||||
},
|
||||
"env": {
|
||||
"SUPABASE_URL": "@supabase_url",
|
||||
"SUPABASE_SERVICE_ROLE": "@supabase_service_role",
|
||||
"VITE_SUPABASE_URL": "@vite_supabase_url",
|
||||
"VITE_SUPABASE_ANON_KEY": "@vite_supabase_anon_key"
|
||||
},
|
||||
"redirects": [
|
||||
{
|
||||
"source": "/:path(.*)",
|
||||
|
|
|
|||
Loading…
Reference in a new issue