mirror of
https://github.com/Nezumi-2711/json-server-vercel.git
synced 2026-09-22 05:31:51 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "json-server-vercel",
|
||||
"version": "1.0.0",
|
||||
"description": "Deploy JSON Server to Vercel",
|
||||
"main": "api/server.js",
|
||||
"scripts": {
|
||||
"start": "node api/server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"json-server": "^0.17.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user