diff options
Diffstat (limited to 'server/makefile')
-rw-r--r-- | server/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/makefile b/server/makefile index 6097a10..74876ae 100644 --- a/server/makefile +++ b/server/makefile @@ -4,8 +4,8 @@ release: target/release/keks-meet run: cargo +nightly run --release watch: - systemfd --no-pid -s http::8080 -- cargo watch -x '+nightly run' + systemfd --no-pid -s http::8080 -- cargo watch -x '+nightly run --features embed_config' watch-public: - systemfd --no-pid -s http::0.0.0.0:8080 -- cargo watch -x '+nightly run' + systemfd --no-pid -s http::0.0.0.0:8080 -- cargo watch -x '+nightly run --features embed_config' target/release/keks-meet: $(shell find src) Cargo.toml cargo +nightly build --release |