diff options
| author | Dax Raad <[email protected]> | 2025-09-15 03:53:21 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-15 03:53:21 -0400 |
| commit | 925284c6c184b5ab032ad59fac335cd9d74d92a1 (patch) | |
| tree | fd34b06eaedfe600088341f4adc308266548be8f /sst.config.ts | |
| parent | e716271466f434fd06501ad6de8b6b1e6b4c9c4d (diff) | |
| download | opencode-925284c6c184b5ab032ad59fac335cd9d74d92a1.tar.gz opencode-925284c6c184b5ab032ad59fac335cd9d74d92a1.zip | |
ci: sync
Diffstat (limited to 'sst.config.ts')
| -rw-r--r-- | sst.config.ts | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sst.config.ts b/sst.config.ts index f9ffa579b..2bc55d76e 100644 --- a/sst.config.ts +++ b/sst.config.ts @@ -15,11 +15,8 @@ export default $config({ } }, async run() { - const { api } = await import("./infra/app.js") - const { auth } = await import("./infra/cloud.js") - return { - api: api.url, - auth: auth.url, - } + await import("./infra/app.js") + await import("./infra/cloud.js") + await import("./infra/desktop.js") }, }) |
