zen: stat worker
This commit is contained in:
parent
8310e7df70
commit
005e64e7d8
9 changed files with 61 additions and 1 deletions
|
|
@ -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],
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue