fix: stuck sst deployment

This commit is contained in:
vimtor
2026-05-26 18:07:50 +02:00
parent 922903e410
commit 715589fea4
3 changed files with 0 additions and 34 deletions
-1
View File
@@ -7,7 +7,6 @@ export const domain = (() => {
export const zoneID = "430ba34c138cfb5360826c4909f99be8"
// Dev owns the shared AWS lake/stats infra for all non-production stages.
export const awsStage = $app.stage === "production" ? "production" : "dev"
export const prepareAwsDestroy = $app.stage === "production" || $app.stage === "dev"
// Temporarily omit AWS infra so SST removes the lake/stats resources.
export const deployAws = false