diff options
| author | Adam <[email protected]> | 2026-01-01 08:48:35 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-01-01 21:03:03 -0600 |
| commit | 78940d5b7ee2f3e5020f87b400db1785b37a7d71 (patch) | |
| tree | 5784212a5a219f9c648b2e3afc6c952ea1a2da46 /packages/console/app/src | |
| parent | b84a1f714bf0b81efdf89a0dd6e35fa2b3e8692a (diff) | |
| download | opencode-78940d5b7ee2f3e5020f87b400db1785b37a7d71.tar.gz opencode-78940d5b7ee2f3e5020f87b400db1785b37a7d71.zip | |
wip(app): file context
Diffstat (limited to 'packages/console/app/src')
| -rw-r--r-- | packages/console/app/src/config.ts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/console/app/src/config.ts b/packages/console/app/src/config.ts index bf20681ae..8d7da0b97 100644 --- a/packages/console/app/src/config.ts +++ b/packages/console/app/src/config.ts @@ -9,8 +9,8 @@ export const config = { github: { repoUrl: "https://github.com/sst/opencode", starsFormatted: { - compact: "41K", - full: "41,000", + compact: "45K", + full: "45,000", }, }, @@ -22,8 +22,8 @@ export const config = { // Static stats (used on landing page) stats: { - contributors: "450", - commits: "6,000", - monthlyUsers: "400,000", + contributors: "500", + commits: "6,500", + monthlyUsers: "650,000", }, } as const |
