feature flags
This commit is contained in:
1
apps/website/env.d.ts
vendored
1
apps/website/env.d.ts
vendored
@@ -50,7 +50,6 @@ declare global {
|
||||
NODE_ENV?: 'development' | 'production' | 'test';
|
||||
|
||||
// Website (public, exposed to browser)
|
||||
NEXT_PUBLIC_GRIDPILOT_MODE?: 'pre-launch' | 'alpha';
|
||||
NEXT_PUBLIC_SITE_URL?: string;
|
||||
NEXT_PUBLIC_API_BASE_URL?: string;
|
||||
NEXT_PUBLIC_SITE_NAME?: string;
|
||||
|
||||
Reference in New Issue
Block a user