From 78940d5b7ee2f3e5020f87b400db1785b37a7d71 Mon Sep 17 00:00:00 2001 From: Adam <2363879+adamdotdevin@users.noreply.github.com> Date: Thu, 1 Jan 2026 08:48:35 -0600 Subject: wip(app): file context --- packages/console/app/src/config.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'packages/console') 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 -- cgit v1.2.3