Fixed backend

This commit is contained in:
SamTv12345 2024-07-22 16:20:10 +02:00
parent f8175a6433
commit 1d977679dd
28 changed files with 244 additions and 211 deletions

View file

@ -8,7 +8,7 @@ import {Readable} from "node:stream";
import spawn from 'cross-spawn';
import log4js from 'log4js';
import path from 'path';
const settings = require('./Settings');
import settings from './Settings';
const logger = log4js.getLogger('runCmd');