summaryrefslogtreecommitdiffhomepage
path: root/infra/cloud.ts
diff options
context:
space:
mode:
Diffstat (limited to 'infra/cloud.ts')
-rw-r--r--infra/cloud.ts10
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",