Dependencies: Updated packages, run linter autofix (#84)

This commit is contained in:
Giancarlo Buomprisco
2024-11-26 08:21:07 +01:00
committed by GitHub
parent 5cc936b982
commit 8e051664b8
27 changed files with 330 additions and 363 deletions

View File

@@ -19,8 +19,7 @@ const FeatureFlagsSchema = z.object({
}),
enableTeamAccounts: z.boolean({
description: 'Enable team accounts.',
required_error:
'Provide the variable NEXT_PUBLIC_ENABLE_TEAM_ACCOUNTS',
required_error: 'Provide the variable NEXT_PUBLIC_ENABLE_TEAM_ACCOUNTS',
}),
enableTeamCreation: z.boolean({
description: 'Enable team creation.',