feat(F-048): completed feature
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/** Public API of the promotions module. */
|
||||
import type pg from 'pg';
|
||||
import { PromotionServiceImpl } from './application/promotion-service.js';
|
||||
import type { PromotionService, PromotionRepository } from './domain/ports.js';
|
||||
import type { PromotionService } from './domain/ports.js';
|
||||
import { PgPromotionRepository } from './infrastructure/pg-promotion-repository.js';
|
||||
|
||||
export { registerPromotionsRoutes, type PromotionsRoutesDeps } from './api/promotions.routes.js';
|
||||
|
||||
Reference in New Issue
Block a user