Edit path for the metrics.json

This commit is contained in:
Raphael 2024-01-13 17:13:49 +01:00
parent 097a1f11ff
commit d1d8311b9d
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ const fs = require('fs');
module.exports.setMetricFile = (path) => { module.exports.setMetricFile = (path) => {
basics.setMetricsFile(path); basics.setMetricsFile(path);
const metricsFile = basics.getMetricsFile();
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "webmetrik", "name": "webmetrik",
"version": "0.1.2", "version": "0.1.3",
"description": "NodeJS - npm package - Make metrics and make it available by making a httpServer", "description": "NodeJS - npm package - Make metrics and make it available by making a httpServer",
"main": "main.js", "main": "main.js",
"keywords": [], "keywords": [],