Fix generator to reference the correct variable
This commit is contained in:
@@ -54,7 +54,7 @@ const Schema: Record<string, z.ZodType> = {
|
||||
NEXT_PUBLIC_ENABLE_PERSONAL_ACCOUNT_DELETION: BooleanStringEnum,
|
||||
NEXT_PUBLIC_ENABLE_PERSONAL_ACCOUNT_BILLING: BooleanStringEnum,
|
||||
NEXT_PUBLIC_ENABLE_TEAM_ACCOUNTS: BooleanStringEnum,
|
||||
NEXT_PUBLIC_ENABLE_TEAM_ACCOUNT_DELETION: BooleanStringEnum,
|
||||
NEXT_PUBLIC_ENABLE_TEAM_ACCOUNTS_DELETION: BooleanStringEnum,
|
||||
NEXT_PUBLIC_ENABLE_TEAM_ACCOUNTS_BILLING: BooleanStringEnum,
|
||||
NEXT_PUBLIC_ENABLE_TEAM_ACCOUNTS_CREATION: BooleanStringEnum,
|
||||
NEXT_PUBLIC_REALTIME_NOTIFICATIONS: BooleanStringEnum,
|
||||
|
||||
Reference in New Issue
Block a user