zen: stat worker

This commit is contained in:
Frank
2026-05-12 23:19:23 -04:00
parent 784796e27a
commit 77e51b0a32
6 changed files with 26 additions and 16 deletions
+1
View File
@@ -301,4 +301,5 @@ new sst.cloudflare.x.SolidStart("Console", {
export const stat = new sst.cloudflare.Worker("Stat", {
handler: "packages/console/function/src/stat.ts",
link: [database],
url: true,
})