Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
4 | "description": "for Smart Medicine Bottle IoT Server", | 4 | "description": "for Smart Medicine Bottle IoT Server", |
5 | "main": "index.js", | 5 | "main": "index.js", |
6 | "scripts": { | 6 | "scripts": { |
7 | - "start": "node index", | 7 | + "start": "nodemon", |
8 | "test": "node test" | 8 | "test": "node test" |
9 | }, | 9 | }, |
10 | "repository": { | 10 | "repository": { | ... | ... |
-
Please register or login to post a comment