feat: bun dev target support
Some checks failed
CI / test (macos-14, darwin-arm64) (push) Has been cancelled
CI / test (windows-latest, windows) (push) Has been cancelled
CI / test (ubuntu-latest, linux-x64) (push) Has been cancelled

This commit is contained in:
eric
2026-03-04 10:47:52 +01:00
parent db890ac671
commit 09929fe80b
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",