feat: remove `collection` from `mongodbSchema`
willow hai@wlo.moe
Tue, 27 May 2025 23:08:14 +0100
1 files changed,
0 insertions(+),
6 deletions(-)
jump to
M
src/config.ts
→
src/config.ts
@@ -10,14 +10,8 @@
const mongodbSchema = z.object({ uri: z.string(), database: z.string(), - collection: z.string(), }); -// record -// projects: { -// [gameInitials: string]: { name: string, displayName: string, iconURL: string }, -// [gameInitials: string]: { name: string, displayName: string, iconURL: string }, -// } const projectSchema = z.record( z.object({ name: z.string(),