chore: add utility scripts

This commit is contained in:
2025-01-06 22:02:35 +01:00
parent fda6d10897
commit cb130bc2ac
5 changed files with 24 additions and 0 deletions

6
scripts/watch.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env zsh
set -e pipefail
air --build.cmd "go build -o bin/orbis ./cmd/orbis" --build.bin "./bin/orbis"