aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/index-with-refresh.ts
blob: dc0c361f8b1ea6ee2ae63db539509248c7f550d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
export * from "./hmr";
export * from "./errors";
export * from "./index-without-hmr";
export * as __FastRefreshRuntime from "../react-refresh";

globalThis.process ||= {
  env: {},
  cwd() {
    return "/bun-fake-dir/";
  },
};