Update: Docker dev + logout on frontend

This commit is contained in:
Yûki VACHOT 2022-01-15 18:59:28 +01:00
parent 03fbbb4114
commit 0d6fde6aba
4 changed files with 15 additions and 6 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",
"watch": "ng build --watch --configuration development",
"test": "ng test"