mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Remove database check from auth setup flow
This commit is contained in:
@@ -70,12 +70,7 @@ export async function createProject(options: ProjectConfig): Promise<string> {
|
||||
options.turso ?? options.database === "sqlite",
|
||||
);
|
||||
|
||||
await setupAuth(
|
||||
projectDir,
|
||||
options.auth,
|
||||
options.database !== "none",
|
||||
options,
|
||||
);
|
||||
await setupAuth(projectDir, options.auth, options);
|
||||
|
||||
if (options.git) {
|
||||
await $({ cwd: projectDir })`git init`;
|
||||
|
||||
Reference in New Issue
Block a user