frontend - bind to host 0.0.0.0

This commit is contained in:
Orce MARINKOVSKI 2024-12-24 15:04:46 +00:00
parent 335a6d2709
commit 15f7681df6

View File

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