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:
@@ -77,7 +77,7 @@ Database models are located in `apps/server/src/db/models/`
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
{{#if auth}}
|
||||
{{#if (eq auth "better-auth")}}
|
||||
## Authentication
|
||||
|
||||
Authentication is enabled in this project:
|
||||
@@ -129,4 +129,4 @@ This project includes a `bts.jsonc` configuration file that stores your Better-T
|
||||
- Turborepo handles build caching and parallel execution
|
||||
{{/if}}
|
||||
- Use `{{#if (eq packageManager "bun")}}bunx{{else if (eq packageManager "pnpm")}}pnpx{{else}}npx{{/if}}
|
||||
create-better-t-stack add` to add more features later
|
||||
create-better-t-stack add` to add more features later
|
||||
|
||||
Reference in New Issue
Block a user