Dax Raad hace 8 meses
padre
commit
5955d20539
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      infra/enterprise.ts

+ 2 - 0
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,
   },
 })
+*/