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

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