mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
feat: add clerk auth support with convex (#548)
This commit is contained in:
@@ -13,7 +13,7 @@ export const DEFAULT_CONFIG_BASE = {
|
||||
frontend: ["tanstack-router"],
|
||||
database: "sqlite",
|
||||
orm: "drizzle",
|
||||
auth: true,
|
||||
auth: "better-auth",
|
||||
addons: ["turborepo"],
|
||||
examples: [],
|
||||
git: true,
|
||||
@@ -43,6 +43,11 @@ export const dependencyVersionMap = {
|
||||
"better-auth": "^1.3.7",
|
||||
"@better-auth/expo": "^1.3.7",
|
||||
|
||||
"@clerk/nextjs": "^6.31.5",
|
||||
"@clerk/clerk-react": "^5.45.0",
|
||||
"@clerk/tanstack-react-start": "^0.23.1",
|
||||
"@clerk/clerk-expo": "^2.14.25",
|
||||
|
||||
"drizzle-orm": "^0.44.2",
|
||||
"drizzle-kit": "^0.31.2",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user