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,
|
"version": 2,
|
||||||
"buildCommand": "npm ci && npm run build",
|
"buildCommand": "npm ci && npm run build",
|
||||||
"outputDirectory": "dist/spa",
|
"public": "dist/spa",
|
||||||
"functions": {
|
"functions": {
|
||||||
"api/**/*.js": {
|
"api/**/*.js": {
|
||||||
"runtime": "@vercel/node@3.2.15"
|
"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": [
|
"redirects": [
|
||||||
{
|
{
|
||||||
"source": "/:path(.*)",
|
"source": "/:path(.*)",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue