feat: add script to empty a bucket

This commit is contained in:
2026-02-02 10:10:09 -08:00
parent 5f84c5ae44
commit 6d14829792
4 changed files with 175 additions and 2 deletions
+3
View File
@@ -17,6 +17,9 @@ build:
lint:
pnpm exec eslint src --max-warnings 0
format:
pnpm exec eslint src --fix
test:
@echo "No tests configured yet"
@exit 0