about summary refs log tree commit diff
path: root/dev.sh
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2022-03-02 23:33:21 +0300
committerVika <vika@fireburn.ru>2022-03-02 23:33:21 +0300
commit9c3deefd40135a4127632fb37e6b61a10949ea9f (patch)
tree2fc1c841968dac6caa6273873263840c29c0c0cc /dev.sh
parent56d7a24da22a08a27a6ea810c5fb10daff81e595 (diff)
update dev script to use systemfd and cargo-watch
Diffstat (limited to 'dev.sh')
-rwxr-xr-xdev.sh2
1 files changed, 1 insertions, 1 deletions
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