wip: zen
Some checks failed
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run
deploy / deploy (push) Has been cancelled

This commit is contained in:
Frank 2025-09-29 14:17:53 -04:00
parent 5345c828ca
commit 7447460b5a
24 changed files with 995 additions and 242 deletions

View file

@ -1,4 +1,5 @@
import { domain } from "./stage"
import { EMAILOCTOPUS_API_KEY } from "./app"
////////////////
// DATABASE
@ -121,7 +122,7 @@ if ($app.stage === "production" || $app.stage === "frank") {
new sst.cloudflare.x.SolidStart("Console", {
domain,
path: "packages/console/app",
link: [database, AUTH_API_URL, STRIPE_WEBHOOK_SECRET, STRIPE_SECRET_KEY, ZEN_MODELS],
link: [database, AUTH_API_URL, STRIPE_WEBHOOK_SECRET, STRIPE_SECRET_KEY, ZEN_MODELS, EMAILOCTOPUS_API_KEY],
environment: {
//VITE_DOCS_URL: web.url.apply((url) => url!),
//VITE_API_URL: gateway.url.apply((url) => url!),