startup script is again dht.js
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
"name": "iot-rest-api",
|
||||
"version": "1.0.0",
|
||||
"description": " test api for IOT devices",
|
||||
"main": "index.js",
|
||||
"main": "dht.js",
|
||||
"scripts": {
|
||||
"pm2": "pm2 start ecosystem.config.js --no-daemon",
|
||||
"dev": "nodemon index.js",
|
||||
"start": "node index.js"
|
||||
"dev": "nodemon dht.js",
|
||||
"start": "node dht.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user