diff options
| author | Dax Raad <[email protected]> | 2025-11-23 14:31:03 -0500 |
|---|---|---|
| committer | opencode <[email protected]> | 2025-11-23 19:35:39 +0000 |
| commit | 59a3e7e3cc3103602618f4fd7b9f6bddc3e14c60 (patch) | |
| tree | 42da4f05cdf1b2ae0353b222e9ecdab66fe0c756 | |
| parent | 2c93f065cb62b8619a9a6255cd6a90e25ec5f1a7 (diff) | |
| download | opencode-59a3e7e3cc3103602618f4fd7b9f6bddc3e14c60.tar.gz opencode-59a3e7e3cc3103602618f4fd7b9f6bddc3e14c60.zip | |
ci: ignore
| -rw-r--r-- | sst.config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sst.config.ts b/sst.config.ts index 1698721ce..342af095f 100644 --- a/sst.config.ts +++ b/sst.config.ts @@ -19,5 +19,6 @@ export default $config({ await import("./infra/app.js") await import("./infra/console.js") await import("./infra/desktop.js") + await import("./infra/enterprise.js") }, }) |
