mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 07:44:48 +00:00
.
This commit is contained in:
parent
2f41a35810
commit
fd7ad7da87
2
build.ts
2
build.ts
@ -12,8 +12,6 @@ import { minify } from 'html-minifier';
|
|||||||
import javascriptObfuscator from 'javascript-obfuscator';
|
import javascriptObfuscator from 'javascript-obfuscator';
|
||||||
import chalk from 'chalk';
|
import chalk from 'chalk';
|
||||||
|
|
||||||
console.clear();
|
|
||||||
|
|
||||||
function getFiles(baseDir: string, dir?: string, filesArr?: string[]) {
|
function getFiles(baseDir: string, dir?: string, filesArr?: string[]) {
|
||||||
dir = dir ?? baseDir;
|
dir = dir ?? baseDir;
|
||||||
filesArr = filesArr ?? [];
|
filesArr = filesArr ?? [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user