mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-09-15 00:22:49 +00:00
revert changes breaking node --run config:check
(#3885)
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
const Log = require(`${global.root_path}/js/logger.js`);
|
||||
const path = require("node:path");
|
||||
|
||||
const rootPath = path.resolve(`${__dirname}/../`);
|
||||
const Log = require(`${rootPath}/js/logger.js`);
|
||||
const os = require("node:os");
|
||||
const fs = require("node:fs");
|
||||
const si = require("systeminformation");
|
||||
|
Reference in New Issue
Block a user