feat: expose ReportService to allow config of outputPath
This commit is contained in:
parent
c34eb6c782
commit
f252f1ad8b
1 changed files with 1 additions and 0 deletions
|
|
@ -3,3 +3,4 @@ export { QueryService } from './program/core/QueryService.js';
|
||||||
export { LogService } from './program/core/LogService.js';
|
export { LogService } from './program/core/LogService.js';
|
||||||
export { InputDataService } from './program/core/InputDataService.js';
|
export { InputDataService } from './program/core/InputDataService.js';
|
||||||
export { AstService } from './program/core/AstService.js';
|
export { AstService } from './program/core/AstService.js';
|
||||||
|
export { ReportService } from './program/core/ReportService.js';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue