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