add file watcher

This commit is contained in:
Dax Raad
2025-07-01 13:44:52 -04:00
parent b47f1fb9fa
commit 63f9ee3f5a
6 changed files with 73 additions and 2 deletions
+5
View File
@@ -188,6 +188,11 @@ export namespace Message {
}),
})
.optional(),
user: z
.object({
snapshot: z.string().optional(),
})
.optional(),
})
.openapi({ ref: "MessageMetadata" }),
})