Skip to content

Commit

Permalink
fix(db): db seed should try all supported config filenames by default
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Tisdall <ben@tisdall.org.uk>
  • Loading branch information
Ben Tisdall committed Jan 17, 2023
1 parent 6b9c370 commit 9a0a3cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/db/lib/seed.mjs
Expand Up @@ -36,9 +36,6 @@ async function seed (_args) {

try {
const { configManager, args } = await loadConfig({
default: {
config: resolve(process.cwd(), 'platformatic.db.json')
},
alias: {
c: 'config'
}
Expand Down

0 comments on commit 9a0a3cc

Please sign in to comment.