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

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-08 12:47:04 +02:00
parent 2506c2676b
commit b672506c30
5 changed files with 9 additions and 0 deletions

View File

@@ -133,4 +133,6 @@ export async function bindDevSeedMedia(tracer: ITracer, logger: ILogger): Promis
),
),
);
// <gen:event-handlers>
// <gen:jobs>
}