From ac35250a06c6f8635c39703c310105c4e62de0a8 Mon Sep 17 00:00:00 2001 From: z3n Date: Mon, 22 Jun 2026 12:59:36 +0000 Subject: [PATCH] =?UTF-8?q?fix(seeder):=20outDir=20assets=20yaml=20align?= =?UTF-8?q?=C3=A9=20avec=20la=20structure=20dist=20monorepo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude Co-Authored-By: Happy --- back/nest-cli.json | 1 + 1 file changed, 1 insertion(+) diff --git a/back/nest-cli.json b/back/nest-cli.json index c224b33..61b4210 100644 --- a/back/nest-cli.json +++ b/back/nest-cli.json @@ -7,6 +7,7 @@ "assets": [ { "include": "modules/seeder/assets/**/*.yaml", + "outDir": "./dist/back/src", "watchAssets": true } ]