completionId: cgen-9321fcf794e04aecb0fe3d21508906c0
cgen-9321fcf794e04aecb0fe3d21508906c0
This commit is contained in:
parent
32f965766c
commit
d545424e9f
1 changed files with 1 additions and 7 deletions
|
|
@ -1,18 +1,12 @@
|
|||
{
|
||||
"version": 2,
|
||||
"buildCommand": "npm ci && npm run build",
|
||||
"outputDirectory": "dist/spa",
|
||||
"public": "dist/spa",
|
||||
"functions": {
|
||||
"api/**/*.js": {
|
||||
"runtime": "@vercel/node@3.2.15"
|
||||
}
|
||||
},
|
||||
"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