summaryrefslogtreecommitdiffhomepage
path: root/infra/app.ts
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-08-20 16:52:43 -0400
committerDax Raad <[email protected]>2025-08-20 17:01:18 -0400
commit522bed6b7dabd09328b3c8aae90b06ab06344623 (patch)
tree905dca3e2b3fb4e765d03f2ec78e285f19a31155 /infra/app.ts
parentdda672284c69ad399029316a63677cf49cbc54f3 (diff)
downloadopencode-522bed6b7dabd09328b3c8aae90b06ab06344623.tar.gz
opencode-522bed6b7dabd09328b3c8aae90b06ab06344623.zip
ignore: cloud stuff
Diffstat (limited to 'infra/app.ts')
-rw-r--r--infra/app.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/infra/app.ts b/infra/app.ts
index 008c1245d..190ddbcf4 100644
--- a/infra/app.ts
+++ b/infra/app.ts
@@ -25,9 +25,9 @@ export const api = new sst.cloudflare.Worker("Api", {
])
args.migrations = {
// Note: when releasing the next tag, make sure all stages use tag v2
- oldTag: $app.stage === "production" ? "" : "v1",
- newTag: $app.stage === "production" ? "" : "v1",
- //newSqliteClasses: ["SyncServer"],
+ // oldTag: $app.stage === "production" ? "" : "v1",
+ // newTag: $app.stage === "production" ? "" : "v1",
+ newSqliteClasses: ["SyncServer"],
}
},
},