15 lines
217 B
JSON
15 lines
217 B
JSON
{
|
|
"version": 2,
|
|
"outputDirectory": "api",
|
|
"functions": {
|
|
"api/index.php": {
|
|
"runtime": "vercel-php@0.7.3"
|
|
}
|
|
},
|
|
"routes": [
|
|
{
|
|
"src": "/(.*)",
|
|
"dest": "/api/index.php"
|
|
}
|
|
]
|
|
} |