Update start script to disable Hot Module Replacement for improved stability
This commit is contained in:
parent
e6b666004d
commit
4901455c55
@ -3,7 +3,7 @@
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve --host 0.0.0.0",
|
||||
"start": "ng serve --host 0.0.0.0 --no-hmr",
|
||||
"build": "ng build",
|
||||
"watch": "ng build --watch --configuration development",
|
||||
"test": "ng test"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user