chore(generators): add // <gen:realtime-*> anchors to feature template

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-08 22:07:43 +02:00
parent c882614153
commit 71c1a6c216
4 changed files with 4 additions and 0 deletions

View File

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

View File

@@ -73,4 +73,5 @@ export function bindProduction{{pascalCase name}}(
);
// <gen:event-handlers>
// <gen:jobs>
// <gen:realtime-handlers>
}

View File

@@ -6,4 +6,5 @@ export const {{constantCase name}}_SYMBOLS = {
IGet{{pascalCase entity}}Controller: Symbol.for("{{kebabCase name}}:IGet{{pascalCase entity}}Controller"),
// <gen:event-handler-symbols>
// <gen:job-symbols>
// <gen:realtime-handler-symbols>
} as const;

View File

@@ -16,3 +16,4 @@ export {
export type { IGet{{pascalCase entity}}Controller } from "./interface-adapters/controllers/get-{{kebabCase entity}}.controller";
// <gen:events>
// <gen:realtime-channels>