update testbed

This commit is contained in:
Daniel Fichtinger 2025-07-04 13:17:59 -04:00
parent 0de1e63a3e
commit eae5db6b4a
11 changed files with 106 additions and 7 deletions

View file

@ -1,8 +1,8 @@
init:
#!/bin/sh
if [ -f config.yml ]; then
rm config.yml
fi
# if [ -f config.yml ]; then
# rm config.yml
# fi
just run init
build:
@ -16,5 +16,5 @@ run *args:
if [ -d "public" ] && [ "$1" = "build" ]; then
rm -r public
fi
uv run --project ~/dev/zona-py zona "$@"
uv run --project ~/dev/zona zona "$@"