From 9c3deefd40135a4127632fb37e6b61a10949ea9f Mon Sep 17 00:00:00 2001 From: Vika Date: Wed, 2 Mar 2022 23:33:21 +0300 Subject: update dev script to use systemfd and cargo-watch --- dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev.sh') diff --git a/dev.sh b/dev.sh index 682bf3d..6a580f4 100755 --- a/dev.sh +++ b/dev.sh @@ -6,4 +6,4 @@ export AUTHORIZATION_ENDPOINT=https://indieauth.com/auth export COOKIE_SECRET=1234567890abcdefghijklmnopqrstuvwxyz #export COOKIE_SECRET_FILE=/dev/null -exec cargo run --bin kittybox +exec systemfd --no-pid -s http::8080 -- cargo watch -x run -- cgit 1.4.1