Initial commit

This commit is contained in:
Loi Phan
2024-01-13 21:04:48 +07:00
committed by GitHub
commit ddfb3342e2
9 changed files with 957 additions and 0 deletions
+12
View File
@@ -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"
}
}