You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Checked there isn't already an issue that exists for the bug you encountered.
Added a minimal reproduction.
The text was updated successfully, but these errors were encountered:
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
kysely-migrate init
Package Version
0.0.16
TypeScript Version
5.1.3
Anything else?
No response
Validations
The text was updated successfully, but these errors were encountered: