diff options
Diffstat (limited to 'integration/snapshots/bundled-entry-point.hmr.debug.js')
-rw-r--r-- | integration/snapshots/bundled-entry-point.hmr.debug.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/integration/snapshots/bundled-entry-point.hmr.debug.js b/integration/snapshots/bundled-entry-point.hmr.debug.js index fd211daa2..4b62d3dbc 100644 --- a/integration/snapshots/bundled-entry-point.hmr.debug.js +++ b/integration/snapshots/bundled-entry-point.hmr.debug.js @@ -1,12 +1,12 @@ import { __require as require -} from "http://localhost:8080/__runtime.js"; +} from "http://localhost:8080/bun:runtime"; import { __HMRModule as HMR -} from "http://localhost:8080/__runtime.js"; +} from "http://localhost:8080/bun:runtime"; import { __HMRClient as Bun -} from "http://localhost:8080/__runtime.js"; +} from "http://localhost:8080/bun:runtime"; import * as $bbcd215f from "http://localhost:8080/node_modules/react/index.js"; Bun.activate(true); |