prod build fix
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
"start": "ng serve --host 127.0.0.1 --port 4200 --proxy-config proxy.conf.json",
|
||||
"start:lan": "ng serve --host 0.0.0.0 --port 4200 --proxy-config proxy.conf.json",
|
||||
"build": "ng build",
|
||||
"test": "ng test"
|
||||
"test": "ng test",
|
||||
"build:prod": "ng build --configuration production",
|
||||
"build:dev": "ng build --configuration development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/animations": "^17.3.0",
|
||||
|
||||
Reference in New Issue
Block a user