We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d0beb commit 06f60afCopy full SHA for 06f60af
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: "100K",
13
- full: "100,000",
+ compact: "120K",
+ full: "120,000",
14
},
15
16
@@ -22,8 +22,8 @@ export const config = {
22
23
// Static stats (used on landing page)
24
stats: {
25
- contributors: "700",
26
- commits: "9,000",
27
- monthlyUsers: "2.5M",
+ contributors: "800",
+ commits: "10,000",
+ monthlyUsers: "5M",
28
29
} as const
0 commit comments