diff options
| author | Frank <[email protected]> | 2025-08-28 17:52:17 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-08-28 17:52:20 -0400 |
| commit | 8a0e773addbbf7408cdfe85247404d1ab4bf6df4 (patch) | |
| tree | e541d7d321212cec078c942e4ec5d8b5e5dd4cc6 /infra | |
| parent | 9b27d61fe88840142e817c13f96294f429862361 (diff) | |
| download | opencode-8a0e773addbbf7408cdfe85247404d1ab4bf6df4.tar.gz opencode-8a0e773addbbf7408cdfe85247404d1ab4bf6df4.zip | |
wip cloud
Diffstat (limited to 'infra')
| -rw-r--r-- | infra/cloud.ts | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/infra/cloud.ts b/infra/cloud.ts index d1ffb51e0..13fb27683 100644 --- a/infra/cloud.ts +++ b/infra/cloud.ts @@ -123,7 +123,15 @@ export const console = new sst.cloudflare.x.StaticSite("Console", { */ new sst.x.DevCommand("Solid", { - link: [database], + link: [ + database, + AUTH_API_URL, + STRIPE_WEBHOOK_SECRET, + STRIPE_SECRET_KEY, + ANTHROPIC_API_KEY, + OPENAI_API_KEY, + ZHIPU_API_KEY, + ], dev: { directory: "cloud/app", command: "bun dev", |
