Skip to content

Commit

Permalink
feat: make client port configurable through environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-r4bbit committed Sep 11, 2018
1 parent 39742c3 commit 8cdc713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
"scripts": {
"ui-assets": "copy-aragon-ui-assets -n aragon-ui ./build",
"start": "npm run ui-assets && parcel serve src/index.html --port 3000 --out-dir ./build --no-cache",
"start": "npm run ui-assets && parcel serve src/index.html --port $ARAGON_CLIENT_PORT || 3000 --out-dir ./build --no-cache",
"start:local": "scripts/launch-local.sh",
"start:mainnet": "REACT_APP_ETH_NETWORK_TYPE=mainnet npm start",
"start:rinkeby": "npm start",
Expand Down

0 comments on commit 8cdc713

Please sign in to comment.