diff options
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, |
