diff options
| author | Frank <[email protected]> | 2025-09-15 17:37:07 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-09-15 17:37:07 -0400 |
| commit | b6d2046b0e5cc6c909a71639ca21969bc4fd4da9 (patch) | |
| tree | cd92bb74316b7a4ebc07a4079a160e314fd14707 | |
| parent | 910ea84360245a1926c0bf097054e287dd3dd046 (diff) | |
| download | opencode-b6d2046b0e5cc6c909a71639ca21969bc4fd4da9.tar.gz opencode-b6d2046b0e5cc6c909a71639ca21969bc4fd4da9.zip | |
wip: zen
| -rw-r--r-- | sst.config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sst.config.ts b/sst.config.ts index 2bc55d76e..05e50e50a 100644 --- a/sst.config.ts +++ b/sst.config.ts @@ -17,6 +17,6 @@ export default $config({ async run() { await import("./infra/app.js") await import("./infra/cloud.js") - await import("./infra/desktop.js") + //await import("./infra/desktop.js") }, }) |
