v0.2.0
0.2.0 (2025-09-23)
🐛 Fixes
fix production path error (c510bc0)
Paths are now resolved relative to the directory. Not doing so means the
absolute path gets baked in and if the path is slightly different in the actual
prod server (as compared to the build server) we get issues.
If you pass: ~~/db it will now resolve to db both during dev
and production. The module will resolve them again internally when it needs
them.
⚠️ BREAKING CHANGES
renamed and fixed migrationJsonOutput => clientMigrationJsonOutpath (2250818)
It wasn't actually being used before.