feat(stats): better header

This commit is contained in:
Adam 2026-05-28 11:15:56 -05:00
commit 7c320fd463
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
3 changed files with 385 additions and 94 deletions

View file

@ -10,7 +10,7 @@
"dev:desktop": "bun --cwd packages/desktop dev",
"dev:web": "bun --cwd packages/app dev",
"dev:console": "ulimit -n 10240 2>/dev/null; bun run --cwd packages/console/app dev",
"dev:stats": "bun sst shell --stage=dev -- bun run --cwd packages/stats/app dev",
"dev:stats": "bun sst shell --stage=production -- bun run --cwd packages/stats/app dev",
"dev:storybook": "bun --cwd packages/storybook storybook",
"lint": "oxlint",
"typecheck": "bun turbo typecheck",