frontend - bind to host 0.0.0.0

This commit is contained in:
Orce MARINKOVSKI 2024-12-24 15:04:46 +00:00 committed by shamoon
parent 40999c4875
commit 2b11742b49

View File

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