mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 21:49:53 +00:00
ignore: zen
This commit is contained in:
parent
023c4532c1
commit
c141b88087
8 changed files with 347 additions and 171 deletions
|
|
@ -4,6 +4,10 @@ export default {
|
|||
url: stage === "production"
|
||||
? "https://opencode.ai"
|
||||
: `https://${stage}.opencode.ai`,
|
||||
console: stage === "production"
|
||||
? "https://console.opencode.ai"
|
||||
: `https://console.${stage}.opencode.ai`,
|
||||
email: "contact@anoma.ly",
|
||||
socialCard: "https://social-cards.sst.dev",
|
||||
github: "https://github.com/sst/opencode",
|
||||
discord: "https://opencode.ai/discord",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue