opencode / packages /console /app /src /config.ts
SaylorTwift's picture
SaylorTwift HF Staff
Add files using upload-large-folder tool
5f24abe verified
Raw
History Blame Contribute Delete
548 Bytes
/**
* Application-wide constants and configuration
*/
export const config = {
// Base URL
baseUrl: "https://opencode.ai",
// GitHub
github: {
repoUrl: "https://github.com/anomalyco/opencode",
starsFormatted: {
compact: "195K",
full: "195,000",
},
},
// Social links
social: {
twitter: "https://x.com/opencode",
discord: "https://discord.gg/opencode",
},
// Static stats (used on landing page)
stats: {
contributors: "950",
commits: "13,000",
monthlyUsers: "16M",
},
} as const