diff --git a/package.json b/package.json index d774c09..cee5ecd 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "license": "MIT", "scripts": { "ng": "ng", - "start": "ng serve --host=0.0.0.0 --port=4200", + "start": "ng serve --host=0.0.0.0 --port=4200 --public-host=https://bpt-lab.org/bp2017w1-frontend/", "build": "ng build", "test": "ng test --code-cover", "lint": "ng lint",