summaryrefslogtreecommitdiffhomepage
path: root/infra/enterprise.ts
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-11-23 14:56:06 -0500
committerDax Raad <[email protected]>2025-11-23 14:56:24 -0500
commit24683058fdf2e9f57bc231f93a051e35e790a2ff (patch)
tree9776a726655d57004b802a202a5a1c530a8cca0a /infra/enterprise.ts
parentbf81e3108cfa87921875f292b39b801ec65a8466 (diff)
downloadopencode-24683058fdf2e9f57bc231f93a051e35e790a2ff.tar.gz
opencode-24683058fdf2e9f57bc231f93a051e35e790a2ff.zip
ci: ignore
Diffstat (limited to 'infra/enterprise.ts')
-rw-r--r--infra/enterprise.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/infra/enterprise.ts b/infra/enterprise.ts
index c7a6dd139..436d11e8e 100644
--- a/infra/enterprise.ts
+++ b/infra/enterprise.ts
@@ -6,8 +6,9 @@ const storage = new sst.cloudflare.Bucket("EnterpriseStorage")
console.log(SECRET.R2AccessKey.value, SECRET.R2SecretKey.value)
const enterprise = new sst.cloudflare.x.SolidStart("Enterprise", {
domain: "enterprise." + domain,
+ path: "packages/enterprise",
+ buildCommand: "bun run build:cloudflare",
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,