feat(POS-002): completed feature
This commit is contained in:
@@ -15,6 +15,7 @@ export type {
|
||||
InventoryService as InventoryServicePort,
|
||||
} from './domain/ports.js';
|
||||
export type { Availability, StockCommand, StockItem, StockState } from './domain/stock.js';
|
||||
export { DEFAULT_STORE_ID } from './domain/stock.js';
|
||||
|
||||
export function createInventoryService(pool: pg.Pool): InventoryService {
|
||||
return new InventoryService(new PgInventoryRepository(pool));
|
||||
|
||||
Reference in New Issue
Block a user