alpha wip
This commit is contained in:
8
apps/website/env.d.ts
vendored
Normal file
8
apps/website/env.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/// <reference types="next" />
|
||||
/// <reference types="next/image-types/global" />
|
||||
|
||||
declare namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
NEXT_PUBLIC_GRIDPILOT_MODE?: 'prelaunch' | 'alpha';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user