diff --git a/packages/auth/src/di/bind-dev-seed.ts b/packages/auth/src/di/bind-dev-seed.ts index 011b78f..4b8311d 100644 --- a/packages/auth/src/di/bind-dev-seed.ts +++ b/packages/auth/src/di/bind-dev-seed.ts @@ -140,4 +140,6 @@ export async function bindDevSeedAuth(tracer: ITracer, logger: ILogger): Promise ), ), ); + // + // } diff --git a/packages/auth/src/di/bind-production.ts b/packages/auth/src/di/bind-production.ts index a96c6e5..7110209 100644 --- a/packages/auth/src/di/bind-production.ts +++ b/packages/auth/src/di/bind-production.ts @@ -141,4 +141,6 @@ export function bindProductionAuth( ), ), ); + // + // } diff --git a/packages/auth/src/di/symbols.ts b/packages/auth/src/di/symbols.ts index e74ca2d..ed2f238 100644 --- a/packages/auth/src/di/symbols.ts +++ b/packages/auth/src/di/symbols.ts @@ -9,4 +9,6 @@ export const AUTH_SYMBOLS = { ISignInController: Symbol.for("auth:ISignInController"), ISignUpController: Symbol.for("auth:ISignUpController"), ISignOutController: Symbol.for("auth:ISignOutController"), + // + // } as const; diff --git a/packages/auth/src/index.ts b/packages/auth/src/index.ts index 559f8be..98cbaa6 100644 --- a/packages/auth/src/index.ts +++ b/packages/auth/src/index.ts @@ -35,3 +35,5 @@ export { export type { ISignInController } from "./interface-adapters/controllers/sign-in.controller"; export type { ISignUpController } from "./interface-adapters/controllers/sign-up.controller"; export type { ISignOutController } from "./interface-adapters/controllers/sign-out.controller"; + +// diff --git a/packages/auth/src/integrations/cms/index.ts b/packages/auth/src/integrations/cms/index.ts index be3aff4..760a0b1 100644 --- a/packages/auth/src/integrations/cms/index.ts +++ b/packages/auth/src/integrations/cms/index.ts @@ -1 +1,2 @@ export { users } from "./collections/users"; +//