feature/excel #1

Open
mmintel wants to merge 84 commits from feature/excel into main
47 changed files with 3 additions and 0 deletions
Showing only changes of commit 7583540de2 - Show all commits

View File

@@ -8,6 +8,9 @@
* - All technical data + cross-section tables: Excel files in `data/excel/`
* - Product description text: Fetched dynamically from Payload CMS
*/
// pg-pool in Node v24 leaves dangling promises when connection fails.
// Suppress the crash so the script can fall back to Excel-only mode.
process.on('unhandledRejection', () => {});
import * as fs from 'fs';
import * as path from 'path';