Initial commit with security patches
This commit is contained in:
17
vercel.json
Normal file
17
vercel.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"version": 2,
|
||||
"functions": {
|
||||
"api/**/*.php": {
|
||||
"runtime": "vercel-php@0.6.0"
|
||||
}
|
||||
},
|
||||
"routes": [
|
||||
{
|
||||
"src": "/(.*)",
|
||||
"dest": "/$1"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
"PHP_VERSION": "8.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user