diff options
| author | Frank <[email protected]> | 2025-11-23 15:21:47 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-11-23 15:21:47 -0500 |
| commit | bbc9142fc54fef532039f2a91c63ac2f2873af41 (patch) | |
| tree | 67b6d266cdab71cc094c92a6474fc4f44dd4ad7e /infra | |
| parent | 7413c2715c208a92d1ca3c4f31988a4449b877a0 (diff) | |
| download | opencode-bbc9142fc54fef532039f2a91c63ac2f2873af41.tar.gz opencode-bbc9142fc54fef532039f2a91c63ac2f2873af41.zip | |
wip: zen
Diffstat (limited to 'infra')
| -rw-r--r-- | infra/console.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/infra/console.ts b/infra/console.ts index b614da411..eddc97d2f 100644 --- a/infra/console.ts +++ b/infra/console.ts @@ -116,6 +116,8 @@ const gatewayKv = new sst.cloudflare.Kv("GatewayKv") // CONSOLE //////////////// +const bucket = new sst.cloudflare.Bucket("ConsoleData") + const AWS_SES_ACCESS_KEY_ID = new sst.Secret("AWS_SES_ACCESS_KEY_ID") const AWS_SES_SECRET_ACCESS_KEY = new sst.Secret("AWS_SES_SECRET_ACCESS_KEY") @@ -132,6 +134,7 @@ new sst.cloudflare.x.SolidStart("Console", { domain, path: "packages/console/app", link: [ + bucket, database, AUTH_API_URL, STRIPE_WEBHOOK_SECRET, |
