diff options
Diffstat (limited to 'integration/snapshots/export.hmr.js')
-rw-r--r-- | integration/snapshots/export.hmr.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integration/snapshots/export.hmr.js b/integration/snapshots/export.hmr.js index a7d1f9b31..b0c14bbc6 100644 --- a/integration/snapshots/export.hmr.js +++ b/integration/snapshots/export.hmr.js @@ -1,9 +1,9 @@ import { __HMRModule as HMR -} from "http://localhost:8080/bun:runtime"; +} from "http://localhost:8080/bun:wrap"; import { __HMRClient as Bun -} from "http://localhost:8080/bun:runtime"; +} from "http://localhost:8080/bun:wrap"; import what from "http://localhost:8080/_auth.js"; import * as where from "http://localhost:8080/_auth.js"; Bun.activate(false); |