aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/index-with-refresh.ts
blob: abea4c0f4c071785b085f6e8a82b216bb6ce96fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// @ts-nocheck
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/";
  },
} as any;