run:
    ./gradlew run

test:
    ./gradlew test

clean:
    fd -td -I build -x rm -r

watch:
    watchexec -c -w app/src "just test && just run"