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