feat: add option for process cwd (.env support)

This commit is contained in:
Eric
2026-03-04 14:21:45 +01:00
committed by eric
parent c8acda36e1
commit 55c8011a23
11 changed files with 83 additions and 18 deletions

View File

@@ -27,6 +27,7 @@ def _bun_bundle_impl(ctx):
outputs.append(output)
args = ctx.actions.args()
args.add("--bun")
args.add("build")
args.add(entry.path)
args.add("--outfile")