summaryrefslogtreecommitdiffhomepage
path: root/infra/enterprise.ts
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-11-23 14:46:57 -0500
committerDax Raad <[email protected]>2025-11-23 14:56:24 -0500
commitbf81e3108cfa87921875f292b39b801ec65a8466 (patch)
tree5f47e86256d68ae93fe01e11803056368c22c62d /infra/enterprise.ts
parent5ade90416ec17951b5591aa3d97b314eb11f5286 (diff)
downloadopencode-bf81e3108cfa87921875f292b39b801ec65a8466.tar.gz
opencode-bf81e3108cfa87921875f292b39b801ec65a8466.zip
ci: ignore
Diffstat (limited to 'infra/enterprise.ts')
-rw-r--r--infra/enterprise.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/enterprise.ts b/infra/enterprise.ts
index fa044e109..c7a6dd139 100644
--- a/infra/enterprise.ts
+++ b/infra/enterprise.ts
@@ -7,6 +7,7 @@ console.log(SECRET.R2AccessKey.value, SECRET.R2SecretKey.value)
const enterprise = new sst.cloudflare.x.SolidStart("Enterprise", {
domain: "enterprise." + domain,
environment: {
+ OPENCODE_DEPLOYMENT_TARGET: "cloudflare",
OPENCODE_STORAGE_ADAPTER: "r2",
OPENCODE_STORAGE_ACCOUNT_ID: sst.cloudflare.DEFAULT_ACCOUNT_ID,
OPENCODE_STORAGE_ACCESS_KEY_ID: SECRET.R2AccessKey.value,