This commit is contained in:
Adrien MALINGREY 2025-05-23 20:51:23 +02:00
parent c76b8a2b30
commit adc0f040c4

View File

@ -1,11 +1,12 @@
{
"functions": {
"../*.php": {
"runtime": "vercel-php@0.6.0"
"api/*.php": {
"runtime": "vercel-php@0.7.3"
}
},
"routes": [
{ "src": "/(.*)", "dest": "index.php" }
{ "src": "/(.*)", "dest": "/index.php" }
]
}