diff options
Diffstat (limited to 'test/snapshots/tsx-fallback-rewrite-works.hmr.js')
-rw-r--r-- | test/snapshots/tsx-fallback-rewrite-works.hmr.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/snapshots/tsx-fallback-rewrite-works.hmr.js b/test/snapshots/tsx-fallback-rewrite-works.hmr.js index b33df25c4..20b6e7a21 100644 --- a/test/snapshots/tsx-fallback-rewrite-works.hmr.js +++ b/test/snapshots/tsx-fallback-rewrite-works.hmr.js @@ -1,14 +1,14 @@ import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; -Bun.activate(true); +} from "http://localhost:8080/bun:wrap"; +Bun.activate(false); import { __FastRefreshModule as FastHMR -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshRuntime as FastRefresh -} from "http://localhost:3000/bun:wrap"; -var hmr = new FastHMR(2117426367, "tsx-fallback-rewrite-works.tsx", FastRefresh), exports = hmr.exports; +} from "http://localhost:8080/bun:wrap"; +var hmr = new FastHMR(360033594, "tsx-fallback-rewrite-works.tsx", FastRefresh), exports = hmr.exports; (hmr._load = function() { function test() { return testDone(import.meta.url); @@ -26,4 +26,4 @@ export { $$hmr_test as test }; -//# sourceMappingURL=http://localhost:3000/tsx-fallback-rewrite-works.js.map +//# sourceMappingURL=http://localhost:8080/tsx-fallback-rewrite-works.js.map |