mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
Fix Bazel support for v8-backed code_mode
This commit is contained in:
@@ -3,4 +3,5 @@ load("//:defs.bzl", "codex_rust_crate")
|
||||
codex_rust_crate(
|
||||
name = "code-mode",
|
||||
crate_name = "codex_code_mode",
|
||||
compile_data = ["src/code_mode_bridge.js"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user