summaryrefslogtreecommitdiff
path: root/server/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'server/makefile')
-rw-r--r--server/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/makefile b/server/makefile
index 6299482..6097a10 100644
--- a/server/makefile
+++ b/server/makefile
@@ -5,5 +5,7 @@ run:
cargo +nightly run --release
watch:
systemfd --no-pid -s http::8080 -- cargo watch -x '+nightly run'
+watch-public:
+ systemfd --no-pid -s http::0.0.0.0:8080 -- cargo watch -x '+nightly run'
target/release/keks-meet: $(shell find src) Cargo.toml
cargo +nightly build --release