mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Change web demo local port to 8765 to avoid colliding with Jupyter
This commit is contained in:
@@ -6,7 +6,7 @@ cd "$script_path/.."
|
||||
# Starts a local web-server that serves the contents of the `doc/` folder,
|
||||
# i.e. the web-version of `egui_demo_app`.
|
||||
|
||||
PORT=8888
|
||||
PORT=8765
|
||||
|
||||
echo "ensuring basic-http-server is installed…"
|
||||
cargo install basic-http-server
|
||||
|
||||
Reference in New Issue
Block a user