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:
@@ -1,6 +1,7 @@
|
||||
import path from "node:path";
|
||||
import type {
|
||||
API,
|
||||
Auth,
|
||||
Backend,
|
||||
CLIInput,
|
||||
Database,
|
||||
@@ -57,7 +58,7 @@ export function processFlags(
|
||||
}
|
||||
|
||||
if (options.auth !== undefined) {
|
||||
config.auth = options.auth;
|
||||
config.auth = options.auth as Auth;
|
||||
}
|
||||
|
||||
if (options.git !== undefined) {
|
||||
|
||||
Reference in New Issue
Block a user