feat(stats): polish rankings page

This commit is contained in:
Adam 2026-05-28 18:21:33 -05:00
commit 0d67d659fc
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
6 changed files with 369 additions and 76 deletions

10
packages/stats/app/src/resource.d.ts vendored Normal file
View file

@ -0,0 +1,10 @@
import "sst/resource"
declare module "sst/resource" {
export interface Resource {
EMAILOCTOPUS_API_KEY: {
type: "sst.sst.Secret"
value: string
}
}
}