feat: improved zod handling
This commit is contained in:
@@ -31,7 +31,7 @@ const createApi = async (runtime: StashRuntime = new StashRuntime()) => {
|
||||
runtime.documents.subscribe({
|
||||
filter: "metadata.foo = 'bar'",
|
||||
fn: (document) => {
|
||||
console.log(document);
|
||||
// console.log(document);
|
||||
},
|
||||
});
|
||||
const app = fastify().withTypeProvider<ZodTypeProvider>();
|
||||
|
||||
Reference in New Issue
Block a user