fix: remove marketing url

This commit is contained in:
David Nguyen
2025-02-19 16:45:54 +11:00
parent a319ea0f5e
commit 24f3ecd94f
12 changed files with 18 additions and 47 deletions

View File

@ -1,7 +1,6 @@
declare namespace NodeJS {
export interface ProcessEnv {
NEXT_PUBLIC_WEBAPP_URL?: string;
NEXT_PUBLIC_MARKETING_URL?: string;
NEXT_PRIVATE_GOOGLE_CLIENT_ID?: string;
NEXT_PRIVATE_GOOGLE_CLIENT_SECRET?: string;