Hey 👋
This is a nice one for DX.
You can now run commands anywhere in your project and it will search and find your kysely.config
file. (#246)
Migration/seed folder paths are no longer awkward in kysely.config
. They're now relative to the config file's location, not the working directory the command was run from OR the --cwd
value you passed. This is standard stuff we were lacking. You can also provide absolute paths, it should work. (#247)
The latter probably introduces a breaking change to those of you who configured this previously, and you'll need to revisit migrationFolder
and seedFolder
. Run migrate list
and seed list
when reconfiguring to verify it finds your existing folders and their contents.
Full Changelog: v0.15.3...v0.16.0