chore(generators): add // <gen:*> anchor comments for event/job generators

This commit is contained in:
2026-05-08 14:09:05 +02:00
parent 8b3b118bb0
commit 721d373856
4 changed files with 8 additions and 0 deletions

View File

@@ -79,4 +79,6 @@ export async function bindDevSeed{{pascalCase name}}(
),
),
);
// <gen:event-handlers>
// <gen:jobs>
}