Files
gridpilot.gg/apps/website/env.d.ts
2025-12-03 00:46:08 +01:00

8 lines
195 B
TypeScript

/// <reference types="next" />
/// <reference types="next/image-types/global" />
declare namespace NodeJS {
interface ProcessEnv {
NEXT_PUBLIC_GRIDPILOT_MODE?: 'prelaunch' | 'alpha';
}
}