From 1bd8e617198b7e1592142849accbc7889ae2526b Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 23 Dec 2025 17:03:00 -0500 Subject: [PATCH] ci: adam is not a full stack engineer --- infra/app.ts | 5 +---- packages/console/core/sst-env.d.ts | 4 ---- packages/console/function/sst-env.d.ts | 4 ---- packages/console/resource/sst-env.d.ts | 4 ---- packages/enterprise/sst-env.d.ts | 4 ---- packages/function/sst-env.d.ts | 4 ---- sst-env.d.ts | 4 ---- 7 files changed, 1 insertion(+), 28 deletions(-) diff --git a/infra/app.ts b/infra/app.ts index 97d7de557e..1b2351ec8c 100644 --- a/infra/app.ts +++ b/infra/app.ts @@ -46,10 +46,7 @@ new sst.cloudflare.x.Astro("Web", { }) new sst.cloudflare.StaticSite("WebApp", { - domain: { - name: "app." + domain, - // redirects: ["desktop." + domain], - }, + domain: "app." + domain, path: "packages/app", build: { command: "bun turbo build", diff --git a/packages/console/core/sst-env.d.ts b/packages/console/core/sst-env.d.ts index d68cca1a0c..fd971c8fd0 100644 --- a/packages/console/core/sst-env.d.ts +++ b/packages/console/core/sst-env.d.ts @@ -42,10 +42,6 @@ declare module "sst" { "type": "sst.sst.Linkable" "username": string } - "Desktop": { - "type": "sst.cloudflare.StaticSite" - "url": string - } "EMAILOCTOPUS_API_KEY": { "type": "sst.sst.Secret" "value": string diff --git a/packages/console/function/sst-env.d.ts b/packages/console/function/sst-env.d.ts index d68cca1a0c..fd971c8fd0 100644 --- a/packages/console/function/sst-env.d.ts +++ b/packages/console/function/sst-env.d.ts @@ -42,10 +42,6 @@ declare module "sst" { "type": "sst.sst.Linkable" "username": string } - "Desktop": { - "type": "sst.cloudflare.StaticSite" - "url": string - } "EMAILOCTOPUS_API_KEY": { "type": "sst.sst.Secret" "value": string diff --git a/packages/console/resource/sst-env.d.ts b/packages/console/resource/sst-env.d.ts index d68cca1a0c..fd971c8fd0 100644 --- a/packages/console/resource/sst-env.d.ts +++ b/packages/console/resource/sst-env.d.ts @@ -42,10 +42,6 @@ declare module "sst" { "type": "sst.sst.Linkable" "username": string } - "Desktop": { - "type": "sst.cloudflare.StaticSite" - "url": string - } "EMAILOCTOPUS_API_KEY": { "type": "sst.sst.Secret" "value": string diff --git a/packages/enterprise/sst-env.d.ts b/packages/enterprise/sst-env.d.ts index d68cca1a0c..fd971c8fd0 100644 --- a/packages/enterprise/sst-env.d.ts +++ b/packages/enterprise/sst-env.d.ts @@ -42,10 +42,6 @@ declare module "sst" { "type": "sst.sst.Linkable" "username": string } - "Desktop": { - "type": "sst.cloudflare.StaticSite" - "url": string - } "EMAILOCTOPUS_API_KEY": { "type": "sst.sst.Secret" "value": string diff --git a/packages/function/sst-env.d.ts b/packages/function/sst-env.d.ts index d68cca1a0c..fd971c8fd0 100644 --- a/packages/function/sst-env.d.ts +++ b/packages/function/sst-env.d.ts @@ -42,10 +42,6 @@ declare module "sst" { "type": "sst.sst.Linkable" "username": string } - "Desktop": { - "type": "sst.cloudflare.StaticSite" - "url": string - } "EMAILOCTOPUS_API_KEY": { "type": "sst.sst.Secret" "value": string diff --git a/sst-env.d.ts b/sst-env.d.ts index eaf6d4e334..efc287aa97 100644 --- a/sst-env.d.ts +++ b/sst-env.d.ts @@ -57,10 +57,6 @@ declare module "sst" { "type": "sst.sst.Linkable" "username": string } - "Desktop": { - "type": "sst.cloudflare.StaticSite" - "url": string - } "EMAILOCTOPUS_API_KEY": { "type": "sst.sst.Secret" "value": string