This commit is contained in:
Frank
2026-05-21 15:06:10 -04:00
parent 0cc55c11ac
commit d70942079a
2 changed files with 5 additions and 6 deletions

View File

@@ -243,11 +243,6 @@ const logProcessor = new sst.cloudflare.Worker("LogProcessor", {
link: [new sst.Secret("HONEYCOMB_API_KEY")],
})
const ph2 = new sst.Linkable("Placeholder2", {
properties: {
version: "1",
},
})
new sst.cloudflare.x.SolidStart("Console", {
domain,
path: "packages/console/app",
@@ -277,7 +272,6 @@ new sst.cloudflare.x.SolidStart("Console", {
new sst.Secret("CLOUDFLARE_API_TOKEN", process.env.CLOUDFLARE_API_TOKEN!),
]
: []),
ph2,
new sst.Secret("PLACEHOLDER"),
],
environment: {