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,