summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--infra/enterprise.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/infra/enterprise.ts b/infra/enterprise.ts
index e3b61c36d..e1c8e6174 100644
--- a/infra/enterprise.ts
+++ b/infra/enterprise.ts
@@ -3,6 +3,7 @@ import { domain, shortDomain } from "./stage"
const storage = new sst.cloudflare.Bucket("EnterpriseStorage")
+/*
const enterprise = new sst.cloudflare.x.SolidStart("Enterprise", {
domain: shortDomain,
path: "packages/enterprise",
@@ -15,3 +16,4 @@ const enterprise = new sst.cloudflare.x.SolidStart("Enterprise", {
OPENCODE_STORAGE_BUCKET: storage.name,
},
})
+*/