create-better-t-stack 2.18.5 → 2.18.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -539,7 +539,8 @@ async function setupAuth(config) {
539
539
  "tanstack-start",
540
540
  "next",
541
541
  "nuxt",
542
- "svelte"
542
+ "svelte",
543
+ "solid"
543
544
  ].includes(f));
544
545
  if (hasWebFrontend && clientDirExists) await addPackageDependency({
545
546
  dependencies: ["better-auth"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-better-t-stack",
3
- "version": "2.18.5",
3
+ "version": "2.18.6",
4
4
  "description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
5
5
  "type": "module",
6
6
  "license": "MIT",