summaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-12-11 00:23:06 -0500
committerDax Raad <[email protected]>2025-12-11 00:23:06 -0500
commit231390cb7b68751b4adf51a20f78ef0ee63e2eeb (patch)
tree1d50b290302feb056b963ab1814f97b05d4d7d6b /infra
parent5955d20539f7981e726afc3304edf35912b1eac5 (diff)
downloadopencode-231390cb7b68751b4adf51a20f78ef0ee63e2eeb.tar.gz
opencode-231390cb7b68751b4adf51a20f78ef0ee63e2eeb.zip
ci
Diffstat (limited to 'infra')
-rw-r--r--infra/enterprise.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/infra/enterprise.ts b/infra/enterprise.ts
index e1c8e6174..22b4c6f44 100644
--- a/infra/enterprise.ts
+++ b/infra/enterprise.ts
@@ -3,8 +3,7 @@ import { domain, shortDomain } from "./stage"
const storage = new sst.cloudflare.Bucket("EnterpriseStorage")
-/*
-const enterprise = new sst.cloudflare.x.SolidStart("Enterprise", {
+const teams = new sst.cloudflare.x.SolidStart("Teams", {
domain: shortDomain,
path: "packages/enterprise",
buildCommand: "bun run build:cloudflare",
@@ -16,4 +15,3 @@ const enterprise = new sst.cloudflare.x.SolidStart("Enterprise", {
OPENCODE_STORAGE_BUCKET: storage.name,
},
})
-*/