We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e2e59 commit 3a45994Copy full SHA for 3a45994
php-8.3/vercel.json
@@ -1,10 +1,15 @@
1
{
2
"functions": {
3
"api/index.php": {
4
- "runtime": "vercel-php@0.7.1"
+ "runtime": "vercel-php@0.7.3"
5
}
6
},
7
"routes": [
8
{ "src": "/(.*)", "dest": "/api/index.php" }
9
- ]
+ ],
10
+ "build": {
11
+ "env": {
12
+ "NOW_PHP_DEBUG": "1"
13
+ }
14
15
php-exec/vercel.json
@@ -1,11 +1,16 @@
"api/*.php": {
- "runtime": "vercel-php@0.7.0"
{ "src": "/", "dest": "/api/index.php" },
{ "src": "/(.*)", "dest": "/api/$1.php" }
16
0 commit comments