Skip to content

Commit 88a3791

Browse files
committed
fix: update VITE_SERVER_URL in vercel.json to correct server address
1 parent 772dc3f commit 88a3791

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/studio/vercel.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
"build": {
88
"env": {
99
"VITE_RUNTIME_MODE": "server",
10-
"VITE_SERVER_URL": "",
11-
"TURSO_DATABASE_URL": "@turso_database_url",
12-
"TURSO_AUTH_TOKEN": "@turso_auth_token"
10+
"VITE_SERVER_URL": "https://play.objectstack.ai",
1311
}
1412
},
1513
"rewrites": [

0 commit comments

Comments
 (0)