Skip to content

Commit ef90fe9

Browse files
committed
add root vercel.json for monorepo deployment
1 parent 284fb98 commit ef90fe9

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

vercel.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"experimentalServices": {
3+
"frontend": {
4+
"entrypoint": "frontend",
5+
"routePrefix": "/",
6+
"framework": "vite"
7+
},
8+
"backend": {
9+
"entrypoint": "backend",
10+
"routePrefix": "/_/backend"
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)