remove hard coded routes

This commit is contained in:
Devin Zuczek
2026-06-29 22:41:17 -04:00
parent 69b89e2dc4
commit 81815ef06c
29 changed files with 122 additions and 256 deletions
-7
View File
@@ -100,13 +100,6 @@ 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]