diff --git a/scripts/copy-db-files.js b/scripts/copy-db-files.js index a7897fca..84ae5473 100644 --- a/scripts/copy-db-files.js +++ b/scripts/copy-db-files.js @@ -18,6 +18,7 @@ function getDatabaseType() { const databaseType = getDatabaseType(); if (!databaseType || !['mysql', 'postgresql'].includes(databaseType)) { + console.log(databaseType); throw new Error('Missing or invalid database'); }