chore(auth): add // <gen:*> anchor comments for event/job generators
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -140,4 +140,6 @@ export async function bindDevSeedAuth(tracer: ITracer, logger: ILogger): Promise
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
// <gen:event-handlers>
|
||||||
|
// <gen:jobs>
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -141,4 +141,6 @@ export function bindProductionAuth(
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
// <gen:event-handlers>
|
||||||
|
// <gen:jobs>
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,4 +9,6 @@ export const AUTH_SYMBOLS = {
|
|||||||
ISignInController: Symbol.for("auth:ISignInController"),
|
ISignInController: Symbol.for("auth:ISignInController"),
|
||||||
ISignUpController: Symbol.for("auth:ISignUpController"),
|
ISignUpController: Symbol.for("auth:ISignUpController"),
|
||||||
ISignOutController: Symbol.for("auth:ISignOutController"),
|
ISignOutController: Symbol.for("auth:ISignOutController"),
|
||||||
|
// <gen:event-handler-symbols>
|
||||||
|
// <gen:job-symbols>
|
||||||
} as const;
|
} as const;
|
||||||
|
|||||||
@@ -35,3 +35,5 @@ export {
|
|||||||
export type { ISignInController } from "./interface-adapters/controllers/sign-in.controller";
|
export type { ISignInController } from "./interface-adapters/controllers/sign-in.controller";
|
||||||
export type { ISignUpController } from "./interface-adapters/controllers/sign-up.controller";
|
export type { ISignUpController } from "./interface-adapters/controllers/sign-up.controller";
|
||||||
export type { ISignOutController } from "./interface-adapters/controllers/sign-out.controller";
|
export type { ISignOutController } from "./interface-adapters/controllers/sign-out.controller";
|
||||||
|
|
||||||
|
// <gen:events>
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
export { users } from "./collections/users";
|
export { users } from "./collections/users";
|
||||||
|
// <gen:job-tasks>
|
||||||
|
|||||||
Reference in New Issue
Block a user