Skip to content

Commit

Permalink
fix run source
Browse files Browse the repository at this point in the history
  • Loading branch information
augustus281 committed May 26, 2024
1 parent 3d1f3ee commit 30de3c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"test": "mocha --recursive",
"start": "nodemon server.js"
"start": "node server.js",
"dev": "nodemon server.js"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 30de3c6

Please sign in to comment.