feat: bootstrap bun toolchain skeleton and smoke test

This commit is contained in:
Eric
2026-03-04 02:54:12 +00:00
committed by copilot-swe-agent[bot]
parent 1a449c22b9
commit 6a29ae954e
17 changed files with 261 additions and 1 deletions

2
internal/bun_binary.bzl Normal file
View File

@@ -0,0 +1,2 @@
def bun_binary(**_kwargs):
fail("bun_binary is not implemented yet")