mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
chore: format code
This commit is contained in:
parent
30b1ae5d4b
commit
6ecaf83f76
23 changed files with 409 additions and 421 deletions
|
|
@ -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!),
|
||||
]
|
||||
: []),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue