Skip to content

Commit

Permalink
Add npm run dev script (#63)
Browse files Browse the repository at this point in the history
Make scripts consistent with FE repo.
FE link: https://github.com/dev-KPI/messenger-frontend/blob/main/package.json
  • Loading branch information
DemianParkhomenko authored Jan 23, 2024
1 parent 76adfae commit 0a8e420
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"node": "18 || 20"
},
"scripts": {
"dev": "node server.js",
"start": "node server.js",
"test": "MODE=test node server.js",
"eslint:check": "eslint .",
Expand Down

0 comments on commit 0a8e420

Please sign in to comment.