Просмотр исходного кода

ci: adam is not a full stack engineer

Frank 3 месяцев назад
Родитель
Сommit
1bd8e61719

+ 1 - 4
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",

+ 0 - 4
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

+ 0 - 4
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

+ 0 - 4
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

+ 0 - 4
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

+ 0 - 4
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

+ 0 - 4
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