summaryrefslogtreecommitdiffhomepage
path: root/infra/console.ts
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2025-11-08 15:20:53 +0000
committerGitHub Action <[email protected]>2025-11-08 15:20:53 +0000
commit6ecaf83f76cf5a7c87dc118c01303f18aac35419 (patch)
tree2d894040775d9c6c93daa1e05e9d9b69a1fbe68e /infra/console.ts
parent30b1ae5d4b071f5637c1a590a177b5017a28c90b (diff)
downloadopencode-6ecaf83f76cf5a7c87dc118c01303f18aac35419.tar.gz
opencode-6ecaf83f76cf5a7c87dc118c01303f18aac35419.zip
chore: format code
Diffstat (limited to 'infra/console.ts')
-rw-r--r--infra/console.ts5
1 files changed, 1 insertions, 4 deletions
diff --git a/infra/console.ts b/infra/console.ts
index fabc86587..d8e4e5bd6 100644
--- a/infra/console.ts
+++ b/infra/console.ts
@@ -139,10 +139,7 @@ new sst.cloudflare.x.SolidStart("Console", {
AWS_SES_SECRET_ACCESS_KEY,
...($dev
? [
- new sst.Secret(
- "CLOUDFLARE_DEFAULT_ACCOUNT_ID",
- process.env.CLOUDFLARE_DEFAULT_ACCOUNT_ID!,
- ),
+ new sst.Secret("CLOUDFLARE_DEFAULT_ACCOUNT_ID", process.env.CLOUDFLARE_DEFAULT_ACCOUNT_ID!),
new sst.Secret("CLOUDFLARE_API_TOKEN", process.env.CLOUDFLARE_API_TOKEN!),
]
: []),