summaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
Diffstat (limited to 'infra')
-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,