add monitor command

This commit is contained in:
Nicco Kunzmann 2022-04-30 07:38:19 +00:00
parent 4b6f913560
commit 21debe3bc7
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
"main": "index.js",
"scripts": {
"start": "node index.js",
"mon": "node ./node_modules/nodemon/bin/nodemon.js index.js --watch lib",
"build-styles": "node build-styles.js"
},
"devDependencies": {