This PR reverts the built-in artifact render while a decision is being reached. No impact expected on any features
6 lines
121 B
Text
6 lines
121 B
Text
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "artifacts",
|
|
crate_name = "codex_artifacts",
|
|
)
|