bin: serve: watch static and templates
Anirudh Oppiliappan x@icyphox.sh
Tue, 05 Apr 2022 13:05:00 +0530
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
bin/serve.sh
→
bin/serve.sh
@@ -9,6 +9,6 @@ }
trap "kill_vite" INT vite serve & -find pages/ | entr vite build +find pages/ static/ templates/ | entr vite build trap SIGINT