chore(auth): add // <gen:realtime-*> anchor comments

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-08 22:05:27 +02:00
parent 122a81b2ca
commit 03a0900688
4 changed files with 4 additions and 0 deletions

View File

@@ -153,4 +153,5 @@ export async function bindDevSeedAuth(
void queue;
// <gen:event-handlers>
// <gen:jobs>
// <gen:realtime-handlers>
}

View File

@@ -151,4 +151,5 @@ export function bindProductionAuth(
void queue;
// <gen:event-handlers>
// <gen:jobs>
// <gen:realtime-handlers>
}

View File

@@ -11,4 +11,5 @@ export const AUTH_SYMBOLS = {
ISignOutController: Symbol.for("auth:ISignOutController"),
// <gen:event-handler-symbols>
// <gen:job-symbols>
// <gen:realtime-handler-symbols>
} as const;

View File

@@ -42,3 +42,4 @@ export {
userSignedUpEventSchema,
type UserSignedUpEvent,
} from "./events/user-signed-up.event";
// <gen:realtime-channels>