Added start-script

f_influx-checks
Ruakij 3 years ago
parent f862c362fe
commit 6ccd02af6c

@ -4,7 +4,8 @@
"description": "Writing (mostly meta-) data received in Wireless-Monitor-Mode into an InfluxDB",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/main.js"
},
"repository": {
"type": "git",

Loading…
Cancel
Save