kysely-migrate
kysely-migrate copied to clipboard
Cannot generate config
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
- Run
kysely-migrate init
Package Version
0.0.16
TypeScript Version
5.1.3
Anything else?
No response
Validations
- [X] Checked there isn't already an issue that exists for the bug you encountered.
- [X] Added a minimal reproduction.