feat: bun dev target support

This commit is contained in:
Eric
2026-03-04 10:47:52 +01:00
committed by eric
parent e1bc2fddea
commit fc4073b564
8 changed files with 202 additions and 2 deletions

View File

@@ -1,5 +1,13 @@
load("//bun:defs.bzl", "bun_dev")
package(default_visibility = ["//visibility:public"])
exports_files([
"README.md",
"main.ts",
])
bun_dev(
name = "web_dev",
entry_point = "main.ts",
)