refactor: migrate justfile fix scripts from bash to bun

This commit is contained in:
2026-06-21 01:16:37 +02:00
committed by Milas Holsting
parent 3aa25aeef3
commit 85d986039b

View File

@@ -49,10 +49,10 @@ clean:
rm -f server
new-data-fix name:
bash scripts/new-data-fix.sh {{name}}
bun run ./scripts/new-data-fix.ts {{name}}
run-fixes:
go run ./cmd/user run-fixes
fix-all:
bash scripts/fix-all.sh
bun run ./scripts/fix-all.ts