mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Change web demo local port to 8765 to avoid colliding with Jupyter
This commit is contained in:
@@ -122,12 +122,12 @@ echo "Finished ${FINAL_WASM_PATH}"
|
||||
if [[ "${OPEN}" == true ]]; then
|
||||
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
||||
# Linux, ex: Fedora
|
||||
xdg-open http://localhost:8888/index.html
|
||||
xdg-open http://localhost:8765/index.html
|
||||
elif [[ "$OSTYPE" == "msys" ]]; then
|
||||
# Windows
|
||||
start http://localhost:8888/index.html
|
||||
start http://localhost:8765/index.html
|
||||
else
|
||||
# Darwin/MacOS, or something else
|
||||
open http://localhost:8888/index.html
|
||||
open http://localhost:8765/index.html
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user