undo sst changes

This commit is contained in:
vimtor
2026-05-17 00:17:26 +02:00
parent d3ae9398fb
commit ee0c2cb33e
2 changed files with 0 additions and 9 deletions

View File

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

View File

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