mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
11 lines
155 B
Python
11 lines
155 B
Python
exports_files([
|
|
"node-version.txt",
|
|
])
|
|
|
|
filegroup(
|
|
name = "vendor_bubblewrap_sources",
|
|
srcs = glob([
|
|
"vendor/bubblewrap/**",
|
|
]),
|
|
)
|