Show server logs in hotreload script output

This commit is contained in:
ekzyis 2023-09-09 22:52:51 +02:00
parent 057690d5a9
commit 6c111501ec

View File

@ -26,6 +26,8 @@ function cleanup() {
trap cleanup EXIT
sync
tail -f server.log &
while inotifywait -r -e modify src/ pages/; do
sync
done