Mercurial
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 26:a58a663dae68 | 27:b212647e8654 |
|---|---|
| 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 src_folder = "playground", |
| 33 data = ["//third_party/bun:node_modules", ":all_ts_files"], | 33 data = [ |
| 34 "//third_party/bun:bun_files", | |
| 35 ":all_ts_files", | |
| 36 ], | |
| 34 visibility = ["//visibility:public"], | 37 visibility = ["//visibility:public"], |
| 35 ) | 38 ) |