ci: format
This commit is contained in:
parent
58fe884327
commit
38e8c42cf0
68 changed files with 965 additions and 1062 deletions
|
|
@ -1,12 +1,8 @@
|
|||
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`,
|
||||
url: stage === "production" ? "https://opencode.ai" : `https://${stage}.opencode.ai`,
|
||||
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