diff playground/BUILD @ 27:b212647e8654

[Bun] Adding OS specific files that I used for testing as to be ignored.
author June Park <parkjune1995@gmail.com>
date Thu, 09 Oct 2025 06:45:50 -0700
parents 342726584be2
children 75de5903355c
line wrap: on
line diff
--- a/playground/BUILD	Thu Oct 09 06:41:49 2025 -0700
+++ b/playground/BUILD	Thu Oct 09 06:45:50 2025 -0700
@@ -30,6 +30,9 @@
   name = "hello",
   src = "main.ts",
   src_folder = "playground",
-  data = ["//third_party/bun:node_modules", ":all_ts_files"],
+  data = [
+    "//third_party/bun:bun_files",
+    ":all_ts_files",
+  ],
   visibility = ["//visibility:public"],
 )