Skip to content

Commit

Permalink
fix(wrangler): Support switching between static and dynamic Workers (#…
Browse files Browse the repository at this point in the history
…6775)

This commit fixes the current behaviour of watch mode for Workers with assets, and adds support for switching between static and dynamic Workers within a single `wrangler dev` session.
  • Loading branch information
CarmenPopoviciu authored Sep 20, 2024
1 parent 92730bb commit ecd82e8
Show file tree
Hide file tree
Showing 4 changed files with 465 additions and 45 deletions.
7 changes: 7 additions & 0 deletions .changeset/bright-guests-destroy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"wrangler": patch
---

fix: Support switching between static and dynamic Workers

This commit fixes the current behaviour of watch mode for Workers with assets, and adds support for switching between static and dynamic Workers within a single `wrangler dev` session.
Loading

0 comments on commit ecd82e8

Please sign in to comment.