schemas/config/developer
Ce contenu n’est pas encore disponible dans votre langue.
Variables
'Read the “', Variables, '” section'developerConfigSchema
'Read the “', developerConfigSchema, '” section'const developerConfigSchema: ZodDefault<ZodOptional<ZodObject<{ demoMode: ZodDefault<ZodOptional<ZodUnion<[ZodLiteral<false>, ZodObject<{ password: ZodString; username: ZodString; }, "strip", ZodTypeAny, { password: string; username: string; }, { password: string; username: string; }>]>>>; }, "strip", ZodTypeAny, { demoMode: | false | { password: string; username: string; }; }, { demoMode: | false | { password: string; username: string; };}>>>;
Defined in: studiocms/packages/studiocms/src/schemas/config/developer.ts:3