update testbed
This commit is contained in:
parent
0de1e63a3e
commit
eae5db6b4a
11 changed files with 106 additions and 7 deletions
8
justfile
8
justfile
|
@ -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 "$@"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue