add statistics

This commit is contained in:
miloschwartz 2025-08-14 17:06:07 -07:00
parent 74d2527af5
commit 67ba225003
No known key found for this signature in database
11 changed files with 362 additions and 11 deletions

View file

@ -690,3 +690,4 @@ export type ApiKeyAction = InferSelectModel<typeof apiKeyActions>;
export type ApiKeyOrg = InferSelectModel<typeof apiKeyOrg>;
export type OrgDomains = InferSelectModel<typeof orgDomains>;
export type SetupToken = InferSelectModel<typeof setupTokens>;
export type HostMeta = InferSelectModel<typeof hostMeta>;