Added start-script

This commit is contained in:
Ruakij 2021-11-23 15:14:55 +01:00
parent f862c362fe
commit 6ccd02af6c

View File

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