fix: regenerate all PDFs with restored DenseTable and KeyValueGrid components
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 9s
Build & Deploy / 🧪 QA (push) Successful in 2m16s
Build & Deploy / 🏗️ Build (push) Successful in 3m34s
Build & Deploy / 🚀 Deploy (push) Successful in 49s
Build & Deploy / 🧪 Post-Deploy Verification (push) Failing after 4m25s
Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-03-07 14:43:08 +01:00
parent c979647287
commit 7583540de2
47 changed files with 3 additions and 0 deletions

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';