diff 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
line wrap: on
line diff
--- a/playground/BUILD	Tue Oct 07 09:13:29 2025 -0700
+++ b/playground/BUILD	Thu Oct 09 06:41:02 2025 -0700
@@ -29,6 +29,7 @@
 bun_build(
   name = "hello",
   src = "main.ts",
+  src_folder = "playground",
   data = ["//third_party/bun:node_modules", ":all_ts_files"],
   visibility = ["//visibility:public"],
 )