update recipes

This commit is contained in:
Daniel Fichtinger 2025-06-23 22:16:45 -04:00
parent 303de5dc8b
commit b5bdb3e318
3 changed files with 8 additions and 11 deletions

View file

@ -1,3 +1,10 @@
init:
#!/bin/sh
if [ -f config.yml ]; then
rm config.yml
fi
just run init
build:
@just run build
serve: