Hey 👋
This release introduces .env.${args.environment}
loading support.
When using the --environment
/-e
argument, both your environment-specific configuration AND your environment-specific secrets overrides will be loaded. Thanks @vladshcherbin!
It also fixes a regression that caused .env
files to not be loaded when your config file is in a .config
folder.
Also, '@neondatabase/serverless'
, '@prisma/ppg'
and 'bun'
were added as dialect names and the matching kysely dialect packages were added as optional peer dependencies.
Full Changelog: v0.18.0...v0.19.0