From 6c111501ec4b32253f959f74883c94c3f5bb9090 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Sat, 9 Sep 2023 22:52:51 +0200 Subject: [PATCH] Show server logs in hotreload script output --- hotreload.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hotreload.sh b/hotreload.sh index 993db97..84e4829 100644 --- a/hotreload.sh +++ b/hotreload.sh @@ -26,6 +26,8 @@ function cleanup() { trap cleanup EXIT sync +tail -f server.log & + while inotifywait -r -e modify src/ pages/; do sync done