codex: fix Bazel for notify capture helper (#13534)

This commit is contained in:
Ahmed Ibrahim
2026-03-05 02:20:41 -08:00
parent 406d8b71d8
commit 58b7e1400e
2 changed files with 1 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ path = "lib.rs"
[[bin]]
name = "codex-app-server-test-notify-capture"
path = "notify_capture.rs"
path = "src/bin/notify_capture.rs"
[dependencies]
anyhow = { workspace = true }