mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Rename database environment variables for consistency
This commit is contained in:
@@ -12,7 +12,7 @@ export function generateReproducibleCommand(config: ProjectConfig): string {
|
||||
flags.push(`--orm ${config.orm}`);
|
||||
}
|
||||
|
||||
if (config.dbSetup && config.dbSetup !== "none") {
|
||||
if (config.dbSetup) {
|
||||
flags.push(`--db-setup ${config.dbSetup}`);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user