Refactoring

This commit is contained in:
2024-03-25 21:22:53 +01:00
parent 6e6eb5069f
commit 073d474bc3
17 changed files with 66 additions and 36 deletions

View File

@@ -97,6 +97,7 @@ export const publics = defineCollection({
"image": image(),
"xray": image().optional(),
"gamemode": reference("modes"),
"3d": z.boolean().optional().default(true),
}),
});