Merge branch 'main' into ruslan/pty-and-streaming

This commit is contained in:
Ruslan Nigmatullin
2026-03-06 12:16:39 -08:00
committed by GitHub

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/**"]),
)