feat: monitors worker, auth register, scan polish

Add background DNS/SSL monitor checks, registration API, smoother SSE
with stage labels, improved CDN/WAF detection, light-theme UI polish,
and README roadmap updates.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Андрей Бобырев
2026-05-24 23:33:15 +03:00
parent 1196bc3d11
commit 010e053ca1
21 changed files with 1166 additions and 75 deletions

View File

@@ -10,7 +10,10 @@
"lint": "eslint",
"postinstall": "prisma generate",
"db:push": "prisma db push",
"db:studio": "prisma studio"
"db:studio": "prisma studio",
"worker:monitors": "npx tsx scripts/monitor-worker.ts",
"seed:admin": "npx tsx scripts/seed-admin.ts",
"smoke": "bash scripts/smoke-test.sh"
},
"dependencies": {
"@prisma/client": "^6.9.0",
@@ -53,6 +56,7 @@
"eslint-config-next": "^15.3.3",
"prisma": "^6.9.0",
"tailwindcss": "^4",
"tsx": "^4.22.3",
"typescript": "^5"
}
}