remove unused codes and update

This commit is contained in:
2026-05-10 09:44:30 +03:30
parent a138034c06
commit 048e292bdd
107 changed files with 317 additions and 17930 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
const fs = require('fs');
const path = require('path');
const root = path.resolve(__dirname, '..');
const root = process.cwd();
const packageJsonPath = path.join(root, 'package.json');
const ngswConfigPath = path.join(root, 'ngsw-config.json');