mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 14:06:08 +00:00

When zig build fails, the `jetzig server` command also exits. This should be an uninteneded behavior. This commit fixes this by catching failed build and restart after file change is detected. Fixes #33