Skip to content

Commit

Permalink
fix: running dev-server on a different port (apache#17775)
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida authored and bwang221 committed Feb 10, 2022
1 parent a95d1ab commit 5ffd98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ The dev server by default starts at `http://localhost:9000` and proxies the back
npm run dev-server

# Run the dev server on a non-default port
npm run dev-server -- --devserverPort=9001
npm run dev-server -- --port=9001

# Proxy backend requests to a Flask server running on a non-default port
npm run dev-server -- --supersetPort=8081
Expand Down

0 comments on commit 5ffd98a

Please sign in to comment.