diff --git a/package.json b/package.json index 9f030bab..7084f7c1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "scripts": { "ng-high-memory": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng", "ng": "ng", - "start": "ng s -o", + "start": "ng s -o --port 4202", "hmr": "ng s -o --hmr", "build": "npm run ng-high-memory build", "analyze": "npm run ng-high-memory build -- --source-map",