Update start script to disable Hot Module Replacement for improved stability

This commit is contained in:
Christian Werner 2025-11-09 23:22:17 +01:00
parent e6b666004d
commit 4901455c55

View File

@ -3,7 +3,7 @@
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve --host 0.0.0.0", "start": "ng serve --host 0.0.0.0 --no-hmr",
"build": "ng build", "build": "ng build",
"watch": "ng build --watch --configuration development", "watch": "ng build --watch --configuration development",
"test": "ng test" "test": "ng test"