11 lines
166 B
JSON
11 lines
166 B
JSON
{
|
|
"functions": {
|
|
"*.php": {
|
|
"runtime": "vercel-php@0.6.0"
|
|
}
|
|
},
|
|
"routes": [
|
|
{ "src": "/(.*)", "dest": "index.php" }
|
|
]
|
|
}
|
|
|