We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c0f8e commit 53764cfCopy full SHA for 53764cf
1 file changed
apps/studio/vercel.json
@@ -1,6 +1,6 @@
1
{
2
"$schema": "https://openapi.vercel.sh/vercel.json",
3
- "framework": "vite",
+ "framework": null,
4
"installCommand": "cd ../.. && pnpm install",
5
"buildCommand": "cd ../.. && pnpm turbo run build --filter=@objectstack/studio && cd apps/studio && node scripts/bundle-api.mjs",
6
"outputDirectory": "dist",
@@ -10,6 +10,12 @@
10
"VITE_SERVER_URL": "https://play.objectstack.ai"
11
}
12
},
13
+ "functions": {
14
+ "api/index.js": {
15
+ "memory": 1024,
16
+ "maxDuration": 60
17
+ }
18
+ },
19
"rewrites": [
20
{ "source": "/api/(.*)", "destination": "/api" },
21
{ "source": "/((?!api/).*)", "destination": "/index.html" }
0 commit comments