ng serve bind to --host 0.0.0.0

This commit is contained in:
Orce MARINKOVSKI 2024-12-22 22:01:07 +00:00
parent 77863a91a2
commit 32aa9f3e80

View File

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