chore(blog): 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:46:31 +02:00
parent 73bfb22fe2
commit 2506c2676b
5 changed files with 9 additions and 0 deletions

View File

@@ -8,4 +8,6 @@ export const BLOG_SYMBOLS = {
IGetArticlesController: Symbol.for("blog:IGetArticlesController"),
ICreateArticleController: Symbol.for("blog:ICreateArticleController"),
IGetArticleBySlugController: Symbol.for("blog:IGetArticleBySlugController"),
// <gen:event-handler-symbols>
// <gen:job-symbols>
} as const;