Aufruf mit -m - also NUR Mongo
Docs angepasst
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "timeseries_mongo",
|
||||
"version": "2.0.1",
|
||||
"date": "2023-10-15",
|
||||
"version": "2.0.2",
|
||||
"date": "2023-12-17",
|
||||
"description": "",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node fetchnewdata.js >>/var/log/timeseries.log 2>&1"
|
||||
"start": "node fetchnewdata.js -m >>/var/log/timeseries.log 2>&1"
|
||||
},
|
||||
"type": "module",
|
||||
"keywords": [],
|
||||
|
||||
Reference in New Issue
Block a user