Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

binding to 0.0.0.0 #147

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"description": "A single-page web app, based on angular4, utilizing Amazon Cognito, S3, and DynamoDB (serverless architecture)",
"angular-cli": {},
"scripts": {
"start": "ng serve --port 3333",
"start": "ng serve --port 3333 --host=0.0.0.0",
"startnode": "node ./bin/www",
"lint": "tslint \"src/**/*.ts\"",
"test": "ng test",
Expand Down