startup script is again dht.js

This commit is contained in:
Dobromir Popov
2021-08-23 00:17:55 +03:00
parent f6a7790e92
commit 0a4d4c51fe

View File

@@ -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",