Development: fix devcontainer postCreateCommand (#8542)

This commit is contained in:
Orce MARINKOVSKI
2024-12-25 09:53:30 +01:00
committed by GitHub
parent 3520a83c2f
commit b5a1dc86a5
2 changed files with 2 additions and 2 deletions

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",