alpha wip

This commit is contained in:
2025-12-03 00:46:08 +01:00
parent 3b55fd1a63
commit 97e29d3d80
51 changed files with 6321 additions and 237 deletions

8
apps/website/env.d.ts vendored Normal file
View 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';
}
}