summaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorFrank <[email protected]>2026-01-13 19:51:48 -0500
committerFrank <[email protected]>2026-01-13 19:51:48 -0500
commit6fe265e7d804a92d91a02ae93817ad50546cd656 (patch)
treeff59578d0b0df26047ea705c3c3e9384f785f19a /infra
parentf242541ef3eb2cfea59d9bd79d2977aec79e7666 (diff)
parent2aed4d263b4873c3085acdcbcf871a8dadaf392e (diff)
downloadopencode-6fe265e7d804a92d91a02ae93817ad50546cd656.tar.gz
opencode-6fe265e7d804a92d91a02ae93817ad50546cd656.zip
Merge branch 'zen-black' into dev
Diffstat (limited to 'infra')
-rw-r--r--infra/console.ts2
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: {