diff options
Diffstat (limited to '')
-rw-r--r-- | integration/snapshots/caught-require.hmr.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/integration/snapshots/caught-require.hmr.js b/integration/snapshots/caught-require.hmr.js index 3c604d74d..57f98636c 100644 --- a/integration/snapshots/caught-require.hmr.js +++ b/integration/snapshots/caught-require.hmr.js @@ -1,13 +1,13 @@ import { __require as require -} from "http://localhost:8080/bun:wrap"; +} from "http://localhost:3000/bun:wrap"; import { __HMRModule as HMR -} from "http://localhost:8080/bun:wrap"; +} from "http://localhost:3000/bun:wrap"; import { __HMRClient as Bun -} from "http://localhost:8080/bun:wrap"; -Bun.activate(false); +} from "http://localhost:3000/bun:wrap"; +Bun.activate(true); var hmr = new HMR(2398506918, "caught-require.js"), exports = hmr.exports; await (hmr._load = async function() { |