feat: bind mist on all interfaces

This commit is contained in:
2026-03-01 12:57:24 +01:00
parent ce1fa0b801
commit 2ecfda256b

View File

@@ -29,6 +29,7 @@ pub fn main() {
secret_key_base,
)
|> mist.new
|> mist.bind("0.0.0.0")
|> mist.port(3000)
|> mist.start