prod build fix

This commit is contained in:
Mateusz Gruszczyński
2026-04-13 09:02:52 +02:00
parent f5c728af68
commit fe1e731e44
5 changed files with 65 additions and 29 deletions

View File

@@ -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",