* fix create-medusa-app db-url error * removed empty lines * changeset
6 lines
322 B
Markdown
6 lines
322 B
Markdown
---
|
|
"create-medusa-app": patch
|
|
---
|
|
|
|
Fix issue where create-medusa-app repeatedly asked for database credentials even when --db-url was specified. The logic in MedusaProjectCreator->create()->initializeProject()->setupDatabase() always defines a dbName. Updated the getDbClientAndCredentials() method to check db-url first
|