zen: stat worker

This commit is contained in:
Frank 2026-05-12 21:37:34 -04:00
commit 005e64e7d8
9 changed files with 61 additions and 1 deletions

View file

@ -293,3 +293,12 @@ new sst.cloudflare.x.SolidStart("Console", {
},
},
})
////////////////
// HELPERS
////////////////
export const stat = new sst.cloudflare.Worker("Stat", {
handler: "packages/console/function/src/stat.ts",
link: [database],
})