zen: stat worker

This commit is contained in:
Frank
2026-05-12 21:37:34 -04:00
parent 8310e7df70
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],
})