From ee0c2cb33ec492ad813c23c6014b89e336deb2a5 Mon Sep 17 00:00:00 2001 From: vimtor Date: Sun, 17 May 2026 00:17:26 +0200 Subject: [PATCH] undo sst changes --- infra/app.ts | 6 ------ infra/enterprise.ts | 3 --- 2 files changed, 9 deletions(-) diff --git a/infra/app.ts b/infra/app.ts index 2ab520953d..2ede5a1f4a 100644 --- a/infra/app.ts +++ b/infra/app.ts @@ -52,9 +52,6 @@ export const api = new sst.cloudflare.Worker("Api", { new sst.cloudflare.x.Astro("Web", { domain: "docs." + domain, path: "packages/web", - dev: { - autostart: false, - }, environment: { // For astro config SST_STAGE: $app.stage, @@ -65,9 +62,6 @@ new sst.cloudflare.x.Astro("Web", { new sst.cloudflare.StaticSite("WebApp", { domain: "app." + domain, path: "packages/app", - dev: { - autostart: false, - }, build: { command: "bun turbo build", output: "./dist", diff --git a/infra/enterprise.ts b/infra/enterprise.ts index b586423924..dc336a6843 100644 --- a/infra/enterprise.ts +++ b/infra/enterprise.ts @@ -7,9 +7,6 @@ new sst.cloudflare.x.SolidStart("Teams", { domain: shortDomain, path: "packages/enterprise", buildCommand: "bun run build:cloudflare", - dev: { - autostart: false, - }, environment: { OPENCODE_STORAGE_ADAPTER: "r2", OPENCODE_STORAGE_ACCOUNT_ID: sst.cloudflare.DEFAULT_ACCOUNT_ID,