diff options
| author | Frank <[email protected]> | 2025-09-29 14:17:53 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-09-29 14:17:53 -0400 |
| commit | 7447460b5af698d7d88717ad47e9d256ea81bd88 (patch) | |
| tree | d24f64d2cddea792a05d1fb0e60e6dc5d2dc6d02 /infra/console.ts | |
| parent | 5345c828cac894a15f6347da681462bddfa8acf6 (diff) | |
| download | opencode-7447460b5af698d7d88717ad47e9d256ea81bd88.tar.gz opencode-7447460b5af698d7d88717ad47e9d256ea81bd88.zip | |
wip: zen
Diffstat (limited to 'infra/console.ts')
| -rw-r--r-- | infra/console.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/infra/console.ts b/infra/console.ts index b898995d9..bab661975 100644 --- a/infra/console.ts +++ b/infra/console.ts @@ -1,4 +1,5 @@ import { domain } from "./stage" +import { EMAILOCTOPUS_API_KEY } from "./app" //////////////// // DATABASE @@ -121,7 +122,7 @@ if ($app.stage === "production" || $app.stage === "frank") { new sst.cloudflare.x.SolidStart("Console", { domain, path: "packages/console/app", - link: [database, AUTH_API_URL, STRIPE_WEBHOOK_SECRET, STRIPE_SECRET_KEY, ZEN_MODELS], + link: [database, AUTH_API_URL, STRIPE_WEBHOOK_SECRET, STRIPE_SECRET_KEY, ZEN_MODELS, EMAILOCTOPUS_API_KEY], environment: { //VITE_DOCS_URL: web.url.apply((url) => url!), //VITE_API_URL: gateway.url.apply((url) => url!), |
