Problem
modules/costs/config/costs.config.js does not follow the {module}.{env}.config.js naming convention defined in MIGRATIONS.md.
Fix
Rename costs.config.js → costs.development.config.js and update any imports.
Migration note
Add an entry to MIGRATIONS.md documenting the rename so downstream projects know to update their imports if they override this file.
Problem
modules/costs/config/costs.config.jsdoes not follow the{module}.{env}.config.jsnaming convention defined in MIGRATIONS.md.Fix
Rename
costs.config.js→costs.development.config.jsand update any imports.Migration note
Add an entry to
MIGRATIONS.mddocumenting the rename so downstream projects know to update their imports if they override this file.