Build out and push automatic report generation, remove emailing of every report indiidially

This commit is contained in:
Fred Boniface
2025-07-10 12:41:41 +01:00
parent bc642ce0a8
commit 997c758403
19 changed files with 507 additions and 338 deletions

View File

@@ -6,6 +6,7 @@
"type": "module",
"scripts": {
"start": "npx tsx --watch src/index.ts",
"report": "npx tsc src/reports/reports.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},