chore(auth): add // <gen:realtime-*> anchor comments
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -153,4 +153,5 @@ export async function bindDevSeedAuth(
|
||||
void queue;
|
||||
// <gen:event-handlers>
|
||||
// <gen:jobs>
|
||||
// <gen:realtime-handlers>
|
||||
}
|
||||
|
||||
@@ -151,4 +151,5 @@ export function bindProductionAuth(
|
||||
void queue;
|
||||
// <gen:event-handlers>
|
||||
// <gen:jobs>
|
||||
// <gen:realtime-handlers>
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -42,3 +42,4 @@ export {
|
||||
userSignedUpEventSchema,
|
||||
type UserSignedUpEvent,
|
||||
} from "./events/user-signed-up.event";
|
||||
// <gen:realtime-channels>
|
||||
|
||||
Reference in New Issue
Block a user