This commit is contained in:
Dax Raad
2025-09-02 23:56:10 -04:00
parent 1c31c2dd97
commit 8d368fdfd2
11 changed files with 621 additions and 25 deletions

View File

@@ -30,8 +30,6 @@ const password = new planetscale.Password("DatabasePassword", {
branch: branch.name,
})
password.accessHostUrl.apply(console.log)
export const database = new sst.Linkable("Database", {
properties: {
host: password.accessHostUrl,
@@ -117,7 +115,7 @@ const STRIPE_WEBHOOK_SECRET = new sst.Linkable("STRIPE_WEBHOOK_SECRET", {
////////////////
new sst.cloudflare.x.SolidStart("Console", {
domain: `console.${domain}`,
domain,
path: "cloud/app",
link: [
database,