Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 754e967

Browse files
committed
Added nodemon
1 parent 5c00d1f commit 754e967

File tree

2 files changed

+534
-12
lines changed

2 files changed

+534
-12
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"private": true,
77
"scripts": {
88
"lint": "standard",
9-
"start": "node index.js"
9+
"start": "node index.js",
10+
"dev": "nodemon index.js"
1011
},
1112
"husky": {
1213
"hooks": {
@@ -20,6 +21,7 @@
2021
},
2122
"devDependencies": {
2223
"husky": "^4.2.1",
24+
"nodemon": "^2.0.2",
2325
"standard": "^14.3.1"
2426
},
2527
"description": "rctf is RedpwnCTF's CTF platform. It is developed and maintained by the [redpwn](https://redpwn.net) CTF team.",

0 commit comments

Comments
 (0)