mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
Merge branch 'main' into ruslan/pty-and-streaming
This commit is contained in:
@@ -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/**"]),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user