feat: bun dev target support

This commit is contained in:
Eric
2026-03-04 10:47:52 +01:00
parent a6dedca6f5
commit 5fe05921d4
8 changed files with 202 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ package(default_visibility = ["//visibility:public"])
exports_files([
"bun_binary.bzl",
"bun_bundle.bzl",
"bun_dev.bzl",
"bun_install.bzl",
"bun_test.bzl",
"js_library.bzl",