diff options
| author | Frank <[email protected]> | 2026-01-13 17:51:20 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-01-13 17:51:21 -0500 |
| commit | eaf18d991576771ccbc3975a6c7a9358b0da8de9 (patch) | |
| tree | 1a5b3e395714502638fbffd55ac7e6b4fe9f0f1b /infra/console.ts | |
| parent | f3d4dd5099003070800cc9ec161877634fdd7c0a (diff) | |
| download | opencode-eaf18d991576771ccbc3975a6c7a9358b0da8de9.tar.gz opencode-eaf18d991576771ccbc3975a6c7a9358b0da8de9.zip | |
wip: black
Diffstat (limited to 'infra/console.ts')
| -rw-r--r-- | infra/console.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/infra/console.ts b/infra/console.ts index 1368ef202..17e4deab6 100644 --- a/infra/console.ts +++ b/infra/console.ts @@ -122,6 +122,7 @@ const ZEN_MODELS = [ ] const ZEN_BLACK = new sst.Secret("ZEN_BLACK") const STRIPE_SECRET_KEY = new sst.Secret("STRIPE_SECRET_KEY") +const STRIPE_PUBLISHABLE_KEY = new sst.Secret("STRIPE_PUBLISHABLE_KEY") const AUTH_API_URL = new sst.Linkable("AUTH_API_URL", { properties: { value: auth.url.apply((url) => url!) }, }) @@ -177,6 +178,7 @@ new sst.cloudflare.x.SolidStart("Console", { //VITE_DOCS_URL: web.url.apply((url) => url!), //VITE_API_URL: gateway.url.apply((url) => url!), VITE_AUTH_URL: auth.url.apply((url) => url!), + VITE_STRIPE_PUBLISHABLE_KEY: STRIPE_PUBLISHABLE_KEY.value, }, transform: { server: { |
