Skip to content

Commit 3ea0af1

Browse files
author
Arnaud RITTI
committed
ci: test
1 parent 7b55fdd commit 3ea0af1

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+
"functions": {
3+
"api/*.php": {
4+
"runtime": "vercel-php@0.7.1"
5+
}
6+
},
7+
"routes": [
8+
{
9+
"src": "/(.*)",
10+
"dest": "/public/index.php"
11+
}
12+
]
13+
}

0 commit comments

Comments
 (0)