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
@@ -45,6 +45,9 @@ lint-ts:
lint-py:
cd python && uv run ruff check .
format-ts:
cd typescript && pnpm exec eslint src --fix
# Format Python code
format: format-py