mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
e788e3b41c
Move `workflow/runtime` resolution from `createStepsBundle` into `discoverEntries` so callers pass the original `inputFiles` array reference. This restores the WeakMap cache hit when `createWorkflowsBundle` and `createStepsBundle` are called with the same inputFiles, avoiding a redundant second esbuild discovery pass per build that was causing E2E Local Dev Tests to flake on CI.
123 B
123 B
@workflow/builders
| @workflow/builders |
|---|
| patch |
Fix discovery WeakMap cache miss causing duplicate esbuild passes during dev rebuilds