all repos — stealth-developers @ 6c5f90aa9c1ecac7f465d08fef2ced04d868c18a

feat: remove `collection` from `mongodbSchema`
willow hai@wlo.moe
Tue, 27 May 2025 23:08:14 +0100
commit

6c5f90aa9c1ecac7f465d08fef2ced04d868c18a

parent

d79754b8030e98a6a187e303ce27a12e7e6a04ea

1 files changed, 0 insertions(+), 6 deletions(-)

jump to
M src/config.tssrc/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(),