From 3c0eb34f5e36416c9ab07e073bbe8345afe49ca8 Mon Sep 17 00:00:00 2001 From: Danijel Martinek Date: Fri, 8 May 2026 12:47:40 +0200 Subject: [PATCH] chore(marketing-pages): add // anchor comments for event/job generators Co-Authored-By: Claude Sonnet 4.6 --- packages/marketing-pages/src/di/bind-dev-seed.ts | 2 ++ packages/marketing-pages/src/di/bind-production.ts | 2 ++ packages/marketing-pages/src/di/symbols.ts | 2 ++ packages/marketing-pages/src/index.ts | 2 ++ packages/marketing-pages/src/integrations/cms/index.ts | 1 + 5 files changed, 9 insertions(+) diff --git a/packages/marketing-pages/src/di/bind-dev-seed.ts b/packages/marketing-pages/src/di/bind-dev-seed.ts index 8a556fa..a1e14fd 100644 --- a/packages/marketing-pages/src/di/bind-dev-seed.ts +++ b/packages/marketing-pages/src/di/bind-dev-seed.ts @@ -120,4 +120,6 @@ export async function bindDevSeedMarketingPages(tracer: ITracer, logger: ILogger ), ), ); + // + // } diff --git a/packages/marketing-pages/src/di/bind-production.ts b/packages/marketing-pages/src/di/bind-production.ts index 11cd4e8..b15b4af 100644 --- a/packages/marketing-pages/src/di/bind-production.ts +++ b/packages/marketing-pages/src/di/bind-production.ts @@ -113,4 +113,6 @@ export function bindProductionMarketingPages( ), ), ); + // + // } diff --git a/packages/marketing-pages/src/di/symbols.ts b/packages/marketing-pages/src/di/symbols.ts index f666c97..c3aab84 100644 --- a/packages/marketing-pages/src/di/symbols.ts +++ b/packages/marketing-pages/src/di/symbols.ts @@ -7,4 +7,6 @@ export const MARKETING_PAGES_SYMBOLS = { // Controllers IGetPageBySlugController: Symbol.for("marketing-pages:IGetPageBySlugController"), IGetSiteSettingsController: Symbol.for("marketing-pages:IGetSiteSettingsController"), + // + // } as const; diff --git a/packages/marketing-pages/src/index.ts b/packages/marketing-pages/src/index.ts index db28b2c..6c80cd5 100644 --- a/packages/marketing-pages/src/index.ts +++ b/packages/marketing-pages/src/index.ts @@ -23,3 +23,5 @@ export { // Controller type aliases export type { IGetPageBySlugController } from "./interface-adapters/controllers/get-page-by-slug.controller"; export type { IGetSiteSettingsController } from "./interface-adapters/controllers/get-site-settings.controller"; + +// diff --git a/packages/marketing-pages/src/integrations/cms/index.ts b/packages/marketing-pages/src/integrations/cms/index.ts index 41a8df2..5f031b6 100644 --- a/packages/marketing-pages/src/integrations/cms/index.ts +++ b/packages/marketing-pages/src/integrations/cms/index.ts @@ -1,2 +1,3 @@ export { pages } from "./collections/pages"; export { siteSettings } from "./globals/site-settings"; +//