Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/templates-ref-v0-5-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"seamless-cli": patch
---

Scaffold from seamless-templates v0.5.0, which teaches the express starter to read `DATABASE_URL` and
negotiate TLS when the connection string carries `sslmode=require`. This is what turns on the managed
bundled database wiring: the CLI already computed the connection string, but the pinned v0.4.0
starter did not declare the placeholder, so nothing was written.
2 changes: 1 addition & 1 deletion src/core/images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ export const SEAMLESS_AUTH_ADMIN_DASHBOARD_IMAGE = `ghcr.io/fells-code/seamless-
// SEAMLESS_TEMPLATES_REF, or point at a local checkout with SEAMLESS_TEMPLATES_DIR.
export const SEAMLESS_TEMPLATES_REPO = "fells-code/seamless-templates";

export const SEAMLESS_TEMPLATES_REF = "v0.4.0";
export const SEAMLESS_TEMPLATES_REF = "v0.5.0";
Loading