Skip to content

Commit

Permalink
fix: open up local dev server bind address
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbchron committed Oct 29, 2024
1 parent 67c885c commit 2d03c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ site-pkg-dir = "pkg"
style-file = "crates/site-app/style/main.scss"
assets-dir = "crates/site-app/public"

site-addr = "127.0.0.1:3000"
site-addr = "0.0.0.0:3000"
reload-port = 3001

browserquery = "defaults"
Expand Down

0 comments on commit 2d03c3a

Please sign in to comment.