Skip to content

Commit 2468305

Browse files
committed
ci: ignore
1 parent bf81e31 commit 2468305

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infra/enterprise.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ const storage = new sst.cloudflare.Bucket("EnterpriseStorage")
66
console.log(SECRET.R2AccessKey.value, SECRET.R2SecretKey.value)
77
const enterprise = new sst.cloudflare.x.SolidStart("Enterprise", {
88
domain: "enterprise." + domain,
9+
path: "packages/enterprise",
10+
buildCommand: "bun run build:cloudflare",
911
environment: {
10-
OPENCODE_DEPLOYMENT_TARGET: "cloudflare",
1112
OPENCODE_STORAGE_ADAPTER: "r2",
1213
OPENCODE_STORAGE_ACCOUNT_ID: sst.cloudflare.DEFAULT_ACCOUNT_ID,
1314
OPENCODE_STORAGE_ACCESS_KEY_ID: SECRET.R2AccessKey.value,

0 commit comments

Comments
 (0)