diff options
| author | Frank <[email protected]> | 2025-12-23 17:03:00 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-12-23 17:03:00 -0500 |
| commit | 1bd8e617198b7e1592142849accbc7889ae2526b (patch) | |
| tree | 8e9c68eae71e7ecb08a4a9e91c1f1215d2982814 | |
| parent | b6c07cb1b8fd8b433dba6c7f5da48ee23d07b8d6 (diff) | |
| download | opencode-1bd8e617198b7e1592142849accbc7889ae2526b.tar.gz opencode-1bd8e617198b7e1592142849accbc7889ae2526b.zip | |
ci: adam is not a full stack engineer
| -rw-r--r-- | infra/app.ts | 5 | ||||
| -rw-r--r-- | packages/console/core/sst-env.d.ts | 4 | ||||
| -rw-r--r-- | packages/console/function/sst-env.d.ts | 4 | ||||
| -rw-r--r-- | packages/console/resource/sst-env.d.ts | 4 | ||||
| -rw-r--r-- | packages/enterprise/sst-env.d.ts | 4 | ||||
| -rw-r--r-- | packages/function/sst-env.d.ts | 4 | ||||
| -rw-r--r-- | sst-env.d.ts | 4 |
7 files changed, 1 insertions, 28 deletions
diff --git a/infra/app.ts b/infra/app.ts index 97d7de557..1b2351ec8 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 d68cca1a0..fd971c8fd 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 d68cca1a0..fd971c8fd 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 d68cca1a0..fd971c8fd 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 d68cca1a0..fd971c8fd 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 d68cca1a0..fd971c8fd 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 eaf6d4e33..efc287aa9 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 |
