chore(generators): add // <gen:realtime-*> anchors to feature template
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -81,4 +81,5 @@ export async function bindDevSeed{{pascalCase name}}(
|
||||
);
|
||||
// <gen:event-handlers>
|
||||
// <gen:jobs>
|
||||
// <gen:realtime-handlers>
|
||||
}
|
||||
|
||||
@@ -73,4 +73,5 @@ export function bindProduction{{pascalCase name}}(
|
||||
);
|
||||
// <gen:event-handlers>
|
||||
// <gen:jobs>
|
||||
// <gen:realtime-handlers>
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -16,3 +16,4 @@ export {
|
||||
export type { IGet{{pascalCase entity}}Controller } from "./interface-adapters/controllers/get-{{kebabCase entity}}.controller";
|
||||
|
||||
// <gen:events>
|
||||
// <gen:realtime-channels>
|
||||
|
||||
Reference in New Issue
Block a user