/
Alex_Ural
/
opencode
Обзор
Документация
Войти
/
Alex_Ural
/
opencode
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/console/app/src/config.ts
29 строк
549 B
Adam
chore: update web stats
14 май 2026, 19:26
Не верифицирован
14 май 2026, 19:26
bdb0c16
Код
Авторство
О чём код?
/** * Application-wide constants and configuration */ export const config = { // Base URL baseUrl: "https://opencode.ai", // GitHub github: { repoUrl: "https://github.com/anomalyco/opencode", starsFormatted: { compact: "160K", full: "160,000", }, }, // Social links social: { twitter: "https://x.com/opencode", discord: "https://discord.gg/opencode", }, // Static stats (used on landing page) stats: { contributors: "900", commits: "13,000", monthlyUsers: "7.5M", }, } as const