comparison playground/BUILD @ 25:342726584be2

[Bun] Fixed how bun would be ran within bazel.
author June Park <parkjune1995@gmail.com>
date Thu, 09 Oct 2025 06:41:02 -0700
parents fa2b8af609d9
children b212647e8654
comparison
equal deleted inserted replaced
24:7d3fa1a7a854 25:342726584be2
27 ) 27 )
28 28
29 bun_build( 29 bun_build(
30 name = "hello", 30 name = "hello",
31 src = "main.ts", 31 src = "main.ts",
32 src_folder = "playground",
32 data = ["//third_party/bun:node_modules", ":all_ts_files"], 33 data = ["//third_party/bun:node_modules", ":all_ts_files"],
33 visibility = ["//visibility:public"], 34 visibility = ["//visibility:public"],
34 ) 35 )