From 8a0e773addbbf7408cdfe85247404d1ab4bf6df4 Mon Sep 17 00:00:00 2001 From: Frank Date: Thu, 28 Aug 2025 17:52:17 -0400 Subject: wip cloud --- infra/cloud.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'infra') 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", -- cgit v1.2.3