Hey 👋
This release is all about multi-config setups. Thus far we only supported single file - multiple environment overrides. Now we also support multiple config files.
You can now use the extends
config property to inherit and override other config files by providing their path/s. Same as you'd do in stuff like tsconfig.json
. (#248)
You can now override config resolution and point the CLI to a specific config path via the new -c
/--config
argument. e.g. use a kysely.test.config.ts
for testing purposes. (#248)
Full Changelog: v0.16.0...v0.17.0