chore(blog): add // <gen:realtime-*> anchor comments
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -146,4 +146,5 @@ export async function bindDevSeedBlog(
|
||||
void queue;
|
||||
// <gen:event-handlers>
|
||||
// <gen:jobs>
|
||||
// <gen:realtime-handlers>
|
||||
}
|
||||
|
||||
@@ -141,4 +141,5 @@ export function bindProductionBlog(
|
||||
void queue;
|
||||
// <gen:event-handlers>
|
||||
// <gen:jobs>
|
||||
// <gen:realtime-handlers>
|
||||
}
|
||||
|
||||
@@ -10,4 +10,5 @@ export const BLOG_SYMBOLS = {
|
||||
IGetArticleBySlugController: Symbol.for("blog:IGetArticleBySlugController"),
|
||||
// <gen:event-handler-symbols>
|
||||
// <gen:job-symbols>
|
||||
// <gen:realtime-handler-symbols>
|
||||
} as const;
|
||||
|
||||
@@ -32,3 +32,4 @@ export type { ICreateArticleController } from "./interface-adapters/controllers/
|
||||
export type { IGetArticleBySlugController } from "./interface-adapters/controllers/get-article-by-slug.controller";
|
||||
|
||||
// <gen:events>
|
||||
// <gen:realtime-channels>
|
||||
|
||||
Reference in New Issue
Block a user