Dax Raad 2 luni în urmă
părinte
comite
5955d20539
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  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,
   },
 })
+*/