Migrated settings to es6

This commit is contained in:
SamTV12345 2024-08-17 10:23:03 +02:00
parent 6ed711a4d8
commit 154e67315c
39 changed files with 710 additions and 702 deletions

View file

@ -7,7 +7,7 @@ const fs = require('fs').promises;
import {minify} from '../../utils/Minify';
import path from 'node:path';
const plugins = require('../../../static/js/pluginfw/plugin_defs');
const settings = require('../../utils/Settings');
import settings from '../../utils/Settings';
// Rewrite tar to include modules with no extensions and proper rooted paths.
const getTar = async () => {