Fixes #205: Fix Janitor configuration;

This commit is contained in:
Benjamin Bouvier 2018-01-16 23:37:15 +01:00 committed by Chocobozzz
parent 15dbc134bd
commit a585af352c
5 changed files with 26 additions and 7 deletions

View file

@ -2,4 +2,4 @@
cd client || exit -1
npm run ng -- server --hmr --host localhost --port 3000
npm run ng -- server --hmr --host 0.0.0.0 --port 3000