Create vercel.json

This commit is contained in:
ZSCGR
2024-04-07 22:25:52 +08:00
committed by GitHub
parent 3164fdfab0
commit e70e63896d
+10
View File
@@ -0,0 +1,10 @@
{
"functions": {
"api/index.php": {
"runtime": "[email protected]"
}
},
"routes": [
{ "src": "/(.*)", "dest": "/api/index.php" }
]
}