recent changes

This commit is contained in:
Marcelo
2026-04-29 05:05:00 +00:00
parent 7e0fe5c2e1
commit 62169b163c
25 changed files with 6698 additions and 1013 deletions

View File

@@ -7,6 +7,8 @@
"build": "next build --webpack",
"start": "next start",
"lint": "eslint",
"test:downtime-reason-guard": "node scripts/test-downtime-reason-guard.mjs",
"backfill:downtime-reasons": "node scripts/backfill-downtime-reasons.mjs",
"prisma:generate": "prisma generate",
"prisma:migrate:deploy": "prisma migrate deploy"
},