mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 07:26:19 +00:00
Add runtime toggle docs and secure mode switches
This commit is contained in:
@@ -35,7 +35,6 @@ const encryptFile = path =>
|
||||
{
|
||||
const bytes = gzipSync(readFileSync(path), { level: 9 });
|
||||
writeFileSync(path + '.dat', encodeBytes(bytes));
|
||||
rmSync(path);
|
||||
};
|
||||
|
||||
if(!existsSync(dist)) throw new Error('dist folder not found');
|
||||
|
||||
Reference in New Issue
Block a user