fix style

This commit is contained in:
Lingzi
2022-03-07 20:27:13 +08:00
parent c11d9f3fa0
commit 9b7b07397b
39 changed files with 96 additions and 34 deletions

View File

@ -12,6 +12,7 @@
"ng-high-memory": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng",
"ng": "ng",
"start": "ng s -o --port 4202 --host 0.0.0.0",
"startIp": "ng serve -o --port 4202 --host 172.29.9.71 --open",
"hmr": "ng s -o --hmr",
"build": "npm run ng-high-memory build --",
"build:dev": "npm run build -- -c dev",