diff options
| author | Frank <[email protected]> | 2025-08-04 21:08:28 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-08-04 21:08:29 -0400 |
| commit | 40036abb9d6f4adc8ef4458742d508f984461c7f (patch) | |
| tree | ddb125398fa255a711e1dd01f964046a98e03ced /sst.config.ts | |
| parent | 2970ba6416286fc78598d99a93cbb5fae1bfd4a6 (diff) | |
| download | opencode-40036abb9d6f4adc8ef4458742d508f984461c7f.tar.gz opencode-40036abb9d6f4adc8ef4458742d508f984461c7f.zip | |
wip: gateway
Diffstat (limited to 'sst.config.ts')
| -rw-r--r-- | sst.config.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sst.config.ts b/sst.config.ts index 4c36fea58..c15fdabb6 100644 --- a/sst.config.ts +++ b/sst.config.ts @@ -10,9 +10,10 @@ export default $config({ } }, async run() { - const { api } = await import("./infra/app.js") + const { api, gateway } = await import("./infra/app.js") return { api: api.url, + gateway: gateway.url, } }, }) |
