diff --git a/package.json b/package.json index 3e5001a..29e14db 100644 --- a/package.json +++ b/package.json @@ -12,12 +12,12 @@ "angular-cli": {}, "scripts": { "ng": "ng", - "start": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng serve --proxy-config proxy.conf.json --watch", + "start": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng serve --proxy-config proxy.conf.json --host 0.0.0.0 --watch", "build": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", - "openapi-ts": "openapi-ts -i http://127.0.0.1:5000/openapi.json -o src/app/openapi --client angular", + "openapi-ts": "openapi-ts -i http://127.0.0.1:5080/openapi.json -o src/app/openapi --client angular", "source-map-explorer": "source-map-explorer dist/*.js", "version": "echo \"{\\\"version\\\":\\\"$(git describe --tags --dirty --always)\\\"}\" > src/version.json" },