This commit is contained in:
gofnnp 2023-06-01 11:28:40 +04:00
parent a9b7694a35
commit 695b43d087

View File

@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve --host 192.168.0.14",
"build": "ng build --aot --configuration production --output-hashing none",
"build": "ng build --aot --configuration production --output-hashing all",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},