awkweb/kysely-migrate

Cannot generate config

jkazimierczak opened this issue · 0 comments

Describe the bug

When trying to run a kysely-migrate init I get error message "Config not found". This is a bit weird considering that the command should generate a config file.

It seems to me that the error might lie in findConfig.ts as this function throws such error.

Link to Minimal Reproducible Example

No response

Steps To Reproduce

  1. Run kysely-migrate init

Package Version

0.0.16

TypeScript Version

5.1.3

Anything else?

No response

Validations

  • Checked there isn't already an issue that exists for the bug you encountered.
  • Added a minimal reproduction.