summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--infra/app.ts5
-rw-r--r--packages/console/core/sst-env.d.ts4
-rw-r--r--packages/console/function/sst-env.d.ts4
-rw-r--r--packages/console/resource/sst-env.d.ts4
-rw-r--r--packages/enterprise/sst-env.d.ts4
-rw-r--r--packages/function/sst-env.d.ts4
-rw-r--r--sst-env.d.ts4
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