We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf81e31 commit 2468305Copy full SHA for 2468305
infra/enterprise.ts
@@ -6,8 +6,9 @@ const storage = new sst.cloudflare.Bucket("EnterpriseStorage")
6
console.log(SECRET.R2AccessKey.value, SECRET.R2SecretKey.value)
7
const enterprise = new sst.cloudflare.x.SolidStart("Enterprise", {
8
domain: "enterprise." + domain,
9
+ path: "packages/enterprise",
10
+ buildCommand: "bun run build:cloudflare",
11
environment: {
- OPENCODE_DEPLOYMENT_TARGET: "cloudflare",
12
OPENCODE_STORAGE_ADAPTER: "r2",
13
OPENCODE_STORAGE_ACCOUNT_ID: sst.cloudflare.DEFAULT_ACCOUNT_ID,
14
OPENCODE_STORAGE_ACCESS_KEY_ID: SECRET.R2AccessKey.value,
0 commit comments