feat: expose ReportService to allow config of outputPath

This commit is contained in:
Thijs Louisse 2024-05-16 14:05:49 +02:00
parent c34eb6c782
commit f252f1ad8b

View file

@ -3,3 +3,4 @@ export { QueryService } from './program/core/QueryService.js';
export { LogService } from './program/core/LogService.js';
export { InputDataService } from './program/core/InputDataService.js';
export { AstService } from './program/core/AstService.js';
export { ReportService } from './program/core/ReportService.js';