diff options
| author | Dax Raad <[email protected]> | 2025-12-10 23:18:53 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-12-10 23:19:28 -0500 |
| commit | a02223a3101b79fd3d46de4d73c9ed3f178a7fde (patch) | |
| tree | 0af501030cb530190fe14990896a1012c236b7e0 /infra | |
| parent | d93c8c7604d73d2bfbc5b02c44ddd1b50c70e25c (diff) | |
| download | opencode-a02223a3101b79fd3d46de4d73c9ed3f178a7fde.tar.gz opencode-a02223a3101b79fd3d46de4d73c9ed3f178a7fde.zip | |
sync
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, |
