Add better-auth package in solid frontend

This commit is contained in:
Aman Varshney
2025-06-16 13:05:10 +05:30
parent b3f5864007
commit 2eacf7b2c7
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"create-better-t-stack": patch
---
Add better-auth package in solid frontend

View File

@@ -35,6 +35,7 @@ export async function setupAuth(config: ProjectConfig): Promise<void> {
"next", "next",
"nuxt", "nuxt",
"svelte", "svelte",
"solid",
].includes(f), ].includes(f),
); );