Merge branch 'dev' into postgres

This commit is contained in:
miloschwartz
2025-06-04 12:04:28 -04:00
26 changed files with 4320 additions and 2090 deletions

View File

@@ -19,6 +19,7 @@ const updateSiteParamsSchema = z
const updateSiteBodySchema = z
.object({
name: z.string().min(1).max(255).optional(),
dockerSocketEnabled: z.boolean().optional(),
// subdomain: z
// .string()
// .min(1)