Skip to content

Commit

Permalink
Merge pull request #2 from koompi/isaac
Browse files Browse the repository at this point in the history
fix db script
  • Loading branch information
IsaacJReay committed Aug 7, 2023
2 parents bd38724 + 415d88a commit 8dcb9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"db": "npx json-server ./data/db.json -p 60011"
"db": "json-server ./data/db.json -p 60011"
},
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 8dcb9fd

Please sign in to comment.