mirror of
https://github.com/Nezumi-2711/json-server-vercel.git
synced 2026-09-22 13:38:40 +00:00
Initial commit
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"functions": {
|
||||
"api/server.js": {
|
||||
"memory": 1024,
|
||||
"includeFiles": "db.json"
|
||||
}
|
||||
},
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/(.*)",
|
||||
"destination": "api/server.js"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user