feat: improved zod handling
Some checks failed
Build and release / Build (push) Failing after 2m41s
Build and release / update-release-draft (push) Has been skipped
Build and release / Release (push) Has been skipped

This commit is contained in:
Morten Olsen
2025-12-11 08:36:40 +01:00
parent 3c475ab5d6
commit 68abe3ce79
10 changed files with 66 additions and 39 deletions

View File

@@ -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>();