ci: adam is not a full stack engineer

This commit is contained in:
Frank
2025-12-23 17:03:00 -05:00
parent b6c07cb1b8
commit 1bd8e61719
7 changed files with 1 additions and 28 deletions

View File

@@ -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",

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

4
sst-env.d.ts vendored
View File

@@ -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