socialmedia/node_modules/wrangler/templates/modules-watch-stub.js
2026-03-03 13:45:56 +05:30

5 lines
254 B
JavaScript

// `esbuild` doesn't support returning `watch*` options from `onStart()`
// plugin callbacks. Instead, we define an empty virtual module that is
// imported by this injected file. Importing the module registers watchers.
import "wrangler:modules-watch";