setup dev env

This commit is contained in:
2026-06-16 16:10:51 +02:00
parent 1deaf80666
commit 802aaee4bb
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start": "ng serve --host=0.0.0.0 --allowed-hosts true",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",