fix: UPDATED package.json

This commit is contained in:
Marek Lesko
2025-07-14 18:59:27 +00:00
parent 38aaec1f38
commit 37acfb5d06

View File

@@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0",
"build": "ng build",
"build": "ng build --configuration=production",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},