Skip to content

Commit

Permalink
Made dev bind to 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rozbb committed Sep 12, 2022
1 parent 3530f86 commit b2048fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ IFS=$'\n\t'
CARGO_TARGET_DIR=target-trunk \
RUSTFLAGS=--cfg=web_sys_unstable_apis \
trunk serve \
--port 9382' \
--port 9382 \
--address 0.0.0.0' \
& \
bash -c ' \
cd server; \
Expand Down

0 comments on commit b2048fa

Please sign in to comment.