diff options
Diffstat (limited to 'infra')
| -rw-r--r-- | infra/enterprise.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/enterprise.ts b/infra/enterprise.ts index 70693846a..316d6384d 100644 --- a/infra/enterprise.ts +++ b/infra/enterprise.ts @@ -8,6 +8,7 @@ const enterprise = new sst.cloudflare.x.SolidStart("Enterprise", { path: "packages/enterprise", buildCommand: "bun run build:cloudflare", environment: { + OPENCODE_BASE_URL: "/t", OPENCODE_STORAGE_ADAPTER: "r2", OPENCODE_STORAGE_ACCOUNT_ID: sst.cloudflare.DEFAULT_ACCOUNT_ID, OPENCODE_STORAGE_ACCESS_KEY_ID: SECRET.R2AccessKey.value, |
