fix(seeder): outDir assets yaml aligné avec la structure dist monorepo

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
This commit is contained in:
z3n
2026-06-22 12:59:36 +00:00
parent 007a5d3fc8
commit ac35250a06

View File

@@ -7,6 +7,7 @@
"assets": [ "assets": [
{ {
"include": "modules/seeder/assets/**/*.yaml", "include": "modules/seeder/assets/**/*.yaml",
"outDir": "./dist/back/src",
"watchAssets": true "watchAssets": true
} }
] ]