Skip to content

Commit

Permalink
feat(admin-panel): config vercel runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
danielebriggi committed Jul 29, 2024
1 parent 8bbe954 commit deb0897
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"builds": [
{
"src": "**/*.php",
"use": "[email protected]",
"config": {
"includeFiles": [
"admin/**/*"
]
}
}
],
"routes": [
{
"src": "/admin/(.*)",
"dest": "/admin/$1"
}
]
}

0 comments on commit deb0897

Please sign in to comment.