()
| 543 | } |
| 544 | |
| 545 | async function main() { |
| 546 | console.log('Starting data transformation...\n'); |
| 547 | |
| 548 | await readAndProcessEvents(); |
| 549 | writeFilesystem(); |
| 550 | writeDatabase(); |
| 551 | |
| 552 | console.log('\nTransformation complete!'); |
| 553 | console.log('Run `pnpm cli` to start the interactive CLI.'); |
| 554 | } |
| 555 | |
| 556 | main(); |
no test coverage detected