Skip to content

Commit d983172

Browse files
committed
feat(admin-panel): config vercel runtime
1 parent 8bbe954 commit d983172

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

vercel.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"builds": [
3+
{
4+
"src": "admin/*.php",
5+
6+
"config": {
7+
"includeFiles": [
8+
"admin/**/*"
9+
]
10+
}
11+
}
12+
],
13+
"routes": [
14+
{
15+
"src": "/admin/(.*)",
16+
"dest": "/admin/$1"
17+
}
18+
]
19+
}

0 commit comments

Comments
 (0)