summaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
Diffstat (limited to 'infra')
-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!),
]
: []),