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;
|
void queue;
|
||||||
// <gen:event-handlers>
|
// <gen:event-handlers>
|
||||||
// <gen:jobs>
|
// <gen:jobs>
|
||||||
|
// <gen:realtime-handlers>
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -151,4 +151,5 @@ export function bindProductionAuth(
|
|||||||
void queue;
|
void queue;
|
||||||
// <gen:event-handlers>
|
// <gen:event-handlers>
|
||||||
// <gen:jobs>
|
// <gen:jobs>
|
||||||
|
// <gen:realtime-handlers>
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,4 +11,5 @@ export const AUTH_SYMBOLS = {
|
|||||||
ISignOutController: Symbol.for("auth:ISignOutController"),
|
ISignOutController: Symbol.for("auth:ISignOutController"),
|
||||||
// <gen:event-handler-symbols>
|
// <gen:event-handler-symbols>
|
||||||
// <gen:job-symbols>
|
// <gen:job-symbols>
|
||||||
|
// <gen:realtime-handler-symbols>
|
||||||
} as const;
|
} as const;
|
||||||
|
|||||||
@@ -42,3 +42,4 @@ export {
|
|||||||
userSignedUpEventSchema,
|
userSignedUpEventSchema,
|
||||||
type UserSignedUpEvent,
|
type UserSignedUpEvent,
|
||||||
} from "./events/user-signed-up.event";
|
} from "./events/user-signed-up.event";
|
||||||
|
// <gen:realtime-channels>
|
||||||
|
|||||||
Reference in New Issue
Block a user