mirror of
https://github.com/openai/codex.git
synced 2026-04-26 23:55:25 +00:00
This PR reverts the built-in artifact render while a decision is being reached. No impact expected on any features
7 lines
121 B
Python
7 lines
121 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "artifacts",
|
|
crate_name = "codex_artifacts",
|
|
)
|