Merge 4151578f30 into sapling-pr-archive-bolinfest

This commit is contained in:
Michael Bolin
2026-03-06 11:58:22 -08:00
committed by GitHub
3 changed files with 3942 additions and 3956 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -3,5 +3,5 @@ load("//:defs.bzl", "codex_rust_crate")
codex_rust_crate(
name = "state",
crate_name = "codex_state",
compile_data = glob(["migrations/**"]),
compile_data = glob(["logs_migrations/**", "migrations/**"]),
)