copilot/add-bun-rules-package #1

Merged
eric merged 25 commits from copilot/add-bun-rules-package into main 2026-03-04 08:27:25 +00:00
Showing only changes of commit 48d81599ec - Show all commits

View File

@@ -3,7 +3,6 @@ load("//bun:defs.bzl", "bun_binary")
bun_binary(
name = "hello_js_bin",
entry_point = "hello.js",
data = ["hello.js"],
)
sh_test(
@@ -20,7 +19,6 @@ sh_test(
bun_binary(
name = "hello_ts_bin",
entry_point = "hello.ts",
data = ["hello.ts"],
)
sh_test(