aboutsummaryrefslogtreecommitdiffstats
path: root/packages/service-preload/types/importMeta.d.ts
blob: ff3b17c32e84ee4b70fa8843737c8df084147081 (plain) (blame)
1
2
3
4
5
6
7
interface ImportMeta {
  env: {
    DEV: boolean;
    MODE: string;
    PROD: boolean;
  };
}