diff options
Diffstat (limited to 'infra/enterprise.ts')
| -rw-r--r-- | infra/enterprise.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/enterprise.ts b/infra/enterprise.ts index 22b4c6f44..dc336a684 100644 --- a/infra/enterprise.ts +++ b/infra/enterprise.ts @@ -1,9 +1,9 @@ import { SECRET } from "./secret" -import { domain, shortDomain } from "./stage" +import { shortDomain } from "./stage" const storage = new sst.cloudflare.Bucket("EnterpriseStorage") -const teams = new sst.cloudflare.x.SolidStart("Teams", { +new sst.cloudflare.x.SolidStart("Teams", { domain: shortDomain, path: "packages/enterprise", buildCommand: "bun run build:cloudflare", |
