mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-04 23:40:48 +00:00
chore: format code
This commit is contained in:
parent
16357e8041
commit
34ff87d504
182 changed files with 940 additions and 3646 deletions
|
|
@ -2,8 +2,7 @@ const stage = process.env.SST_STAGE || "dev"
|
|||
|
||||
export default {
|
||||
url: stage === "production" ? "https://opencode.ai" : `https://${stage}.opencode.ai`,
|
||||
console:
|
||||
stage === "production" ? "https://opencode.ai/auth" : `https://${stage}.opencode.ai/auth`,
|
||||
console: stage === "production" ? "https://opencode.ai/auth" : `https://${stage}.opencode.ai/auth`,
|
||||
email: "contact@anoma.ly",
|
||||
socialCard: "https://social-cards.sst.dev",
|
||||
github: "https://github.com/sst/opencode",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue