mirror of
https://github.com/Nezumi-2711/json-server-vercel.git
synced 2026-09-22 20:01:31 +00:00
Update Vercel.json
This commit is contained in:
+5
-11
@@ -1,18 +1,12 @@
|
|||||||
{
|
{
|
||||||
"builds": [
|
|
||||||
{
|
|
||||||
"src": "index.js",
|
|
||||||
"use": "@vercel/node"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"src": "main.py",
|
|
||||||
"use": "@vercel/python"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"functions": {
|
"functions": {
|
||||||
"api/server.js": {
|
"api/server.js": {
|
||||||
"memory": 1024,
|
"memory": 1024,
|
||||||
"includeFiles": "db.json"
|
"includeFiles": "db.json",
|
||||||
|
"runtime": "@vercel/node"
|
||||||
|
},
|
||||||
|
"main.py": {
|
||||||
|
"runtime": "@vercel/python"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"rewrites": [
|
"rewrites": [
|
||||||
|
|||||||
Reference in New Issue
Block a user