Skip to content

Commit

Permalink
Skip double custom build
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa committed Jan 10, 2025
1 parent ab92f83 commit add4bd3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/wrangler/src/api/startDevWorker/BundlerController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,6 @@ export class BundlerController extends Controller<BundlerControllerEventMap> {
// TODO: add comments re this ans ready
ignoreInitial: true,
});
this.#customBuildWatcher.on("ready", () => {
void this.#runCustomBuild(config, String(pathsToWatch));
});

this.#customBuildWatcher.on(
"all",
Expand Down

0 comments on commit add4bd3

Please sign in to comment.