chore: cleanups

This commit is contained in:
2026-02-22 18:02:31 +00:00
parent 674a8b00e2
commit 1b8d7b1fac
8 changed files with 190 additions and 25 deletions

View File

@@ -8,6 +8,7 @@
"start": "next start -p 4000",
"lint": "next lint",
"lintfix": "next lint --fix",
"typecheck": "tsc --noEmit",
"security:audit": "pnpm audit --audit-level=moderate",
"security:check": "pnpm audit --json > security-report.json || true",
"security:outdated": "pnpm outdated"