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