We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac54535 commit e4a34beCopy full SHA for e4a34be
1 file changed
packages/console/app/src/config.ts
@@ -9,8 +9,8 @@ export const config = {
9
github: {
10
repoUrl: "https://github.com/anomalyco/opencode",
11
starsFormatted: {
12
- compact: "60K",
13
- full: "60,000",
+ compact: "70K",
+ full: "70,000",
14
},
15
16
@@ -23,7 +23,7 @@ export const config = {
23
// Static stats (used on landing page)
24
stats: {
25
contributors: "500",
26
- commits: "6,500",
+ commits: "7,000",
27
monthlyUsers: "650,000",
28
29
} as const
0 commit comments