wip cloud

This commit is contained in:
Frank
2025-08-28 17:52:17 -04:00
parent 9b27d61fe8
commit 8a0e773add
3 changed files with 658 additions and 1 deletions

View File

@@ -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",