chore: moved first files to esm (#7061)

* chore: moved first files to esm

* chore: moved first files to esm

* chore: fix read only manager
This commit is contained in:
SamTV12345 2025-08-04 19:59:28 +02:00 committed by GitHub
parent 0ed5603230
commit 920308a627
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 96 additions and 76 deletions

View file

@ -1,7 +1,7 @@
const absolutePaths = require('../utils/AbsolutePaths');
import fs from 'fs';
import log4js from 'log4js';
const randomString = require('../utils/randomstring');
import randomString from '../utils/randomstring';
const argv = require('../utils/Cli').argv;
const settings = require('../utils/Settings');