This commit is contained in:
2026-06-06 17:02:45 -04:00
parent 47609e5e42
commit db4c656730
22 changed files with 6195 additions and 326 deletions

View File

@@ -8,7 +8,10 @@
"start": "next start",
"lint": "eslint",
"test": "vitest run",
"test:watch": "vitest"
"test:watch": "vitest",
"flagged-report": "npx tsx scripts/generate-flagged-report.ts",
"flagged-report:all": "npx tsx scripts/generate-flagged-report.ts --min-flags=1",
"migrate:flag-system": "npx tsx scripts/apply-flag-migration.ts"
},
"dependencies": {
"@libsql/client": "^0.17.3",