testing generic deploy

This commit is contained in:
Devin Zuczek
2026-06-29 21:52:50 -04:00
parent 3affabd280
commit 69b89e2dc4
79 changed files with 399 additions and 307 deletions
+7
View File
@@ -100,6 +100,13 @@ new-package *args:
update *args:
bun runx update "$@"
# Sync generated config (wrangler routes, etc.) from env.json
[group('4. utility')]
[positional-arguments]
[no-cd]
sync *args:
bun runx sync "$@"
# CLI in packages/tools for running commands in the repo.
[group('4. utility')]
[positional-arguments]