diff --git a/codex-rs/state/BUILD.bazel b/codex-rs/state/BUILD.bazel index b1f793216..e10ac17c9 100644 --- a/codex-rs/state/BUILD.bazel +++ b/codex-rs/state/BUILD.bazel @@ -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/**"]), )