all repos — site @ 3210b782d512c55a3de03879d79bf27f5e9978b9

source for my site, found at icyphox.sh

bin: serve: watch static and templates
Anirudh Oppiliappan x@icyphox.sh
Tue, 05 Apr 2022 13:05:00 +0530
commit

3210b782d512c55a3de03879d79bf27f5e9978b9

parent

86ead6861fb364962d5448590675805e8674ede8

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M bin/serve.shbin/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