improve db setups/migrations

This commit is contained in:
Devin Zuczek
2026-06-30 15:41:38 -04:00
parent c911cb8f61
commit c1489ea683
6 changed files with 87 additions and 12 deletions
+8
View File
@@ -71,6 +71,14 @@ preview:
deploy *args:
bun turbo deploy "$@"
# Apply D1 migrations (rooms + auth own them). Defaults to --remote; pass `-- --local`
# for the dev db. Scope with -F, e.g. `just migrate -F rooms`.
[group('2. local dev')]
[positional-arguments]
[no-cd]
migrate *args:
bun turbo migrate "$@"
# =============================== #
# GENERATOR COMMANDS #
# =============================== #