wrangler@3.78.7
Patch Changes
-
#6775
ecd82e8
Thanks @CarmenPopoviciu! - fix: Support switching between static and dynamic WorkersThis 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. -
#6762
2840b9f
Thanks @petebacondarwin! - fix: error if a user inadvertently uploads a Pages_workers.js
file or directory as an asset -
#6778
61dd93a
Thanks @CarmenPopoviciu! - fix: Error if Workers + Assets are run in remote modeWorkers + Assets are currently supported only in local mode. We should throw an error if users attempt to use Workers with assets in remote mode.
-
#6782
7655505
Thanks @vicb! - chore: update unenv dependency version -
#6777
9649dbc
Thanks @penalosa! - chore: Update CI messaging -
#6779
3e75612
Thanks @emily-shen! - fix: include asset binding inwrangler types