summaryrefslogtreecommitdiffhomepage
path: root/infra/console.ts
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2025-11-08 01:59:02 +0000
committerGitHub Action <[email protected]>2025-11-08 01:59:02 +0000
commit34ff87d504836ff71b3bb2d466842c00ee3c5ec2 (patch)
treecc8ac777f2f082ff676b179017c7dc0f3270314b /infra/console.ts
parent16357e804145b7f96a2a53badb7dcb6c5453dafe (diff)
downloadopencode-34ff87d504836ff71b3bb2d466842c00ee3c5ec2.tar.gz
opencode-34ff87d504836ff71b3bb2d466842c00ee3c5ec2.zip
chore: format code
Diffstat (limited to 'infra/console.ts')
-rw-r--r--infra/console.ts8
1 files changed, 1 insertions, 7 deletions
diff --git a/infra/console.ts b/infra/console.ts
index 7fbf92bfd..98cc4c3f0 100644
--- a/infra/console.ts
+++ b/infra/console.ts
@@ -61,13 +61,7 @@ export const auth = new sst.cloudflare.Worker("AuthApi", {
domain: `auth.${domain}`,
handler: "packages/console/function/src/auth.ts",
url: true,
- link: [
- database,
- authStorage,
- GITHUB_CLIENT_ID_CONSOLE,
- GITHUB_CLIENT_SECRET_CONSOLE,
- GOOGLE_CLIENT_ID,
- ],
+ link: [database, authStorage, GITHUB_CLIENT_ID_CONSOLE, GITHUB_CLIENT_SECRET_CONSOLE, GOOGLE_CLIENT_ID],
})
////////////////