feat(generators): emit feature.manifest.ts + self-asserting bind-production

This commit is contained in:
2026-05-13 00:02:35 +02:00
parent 8da21c0405
commit 300143e7e1
3 changed files with 47 additions and 0 deletions

View File

@@ -120,6 +120,11 @@ export default function generator(plop: PlopTypes.NodePlopAPI): void {
path: "packages/{{kebabCase name}}/src/index.ts",
templateFile: "templates/feature/src/index.ts.hbs",
},
{
type: "add",
path: "packages/{{kebabCase name}}/src/feature.manifest.ts",
templateFile: "templates/feature/src/feature.manifest.ts.hbs",
},
// Entities — models + errors
{