fix: bun_install adds node_modules to each directory
This commit is contained in:
@@ -169,7 +169,7 @@ watch/HMR plus optional full restarts on selected file changes.
|
||||
doc = "Files that trigger a full Bun process restart when they change.",
|
||||
),
|
||||
"node_modules": attr.label(
|
||||
doc = "Optional label providing Bun/npm package files in runfiles.",
|
||||
doc = "Optional label providing package files from a `node_modules` tree, typically produced by `bun_install`, in runfiles.",
|
||||
),
|
||||
"data": attr.label_list(
|
||||
allow_files = True,
|
||||
|
||||
Reference in New Issue
Block a user