Dax Raad 2 месяцев назад
Родитель
Сommit
231390cb7b
1 измененных файлов с 1 добавлено и 3 удалено
  1. 1 3
      infra/enterprise.ts

+ 1 - 3
infra/enterprise.ts

@@ -3,8 +3,7 @@ import { domain, shortDomain } from "./stage"
 
 
 const storage = new sst.cloudflare.Bucket("EnterpriseStorage")
 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,
   domain: shortDomain,
   path: "packages/enterprise",
   path: "packages/enterprise",
   buildCommand: "bun run build:cloudflare",
   buildCommand: "bun run build:cloudflare",
@@ -16,4 +15,3 @@ const enterprise = new sst.cloudflare.x.SolidStart("Enterprise", {
     OPENCODE_STORAGE_BUCKET: storage.name,
     OPENCODE_STORAGE_BUCKET: storage.name,
   },
   },
 })
 })
-*/