chore: update audit script - different resolutions

This commit is contained in:
2026-08-30 20:59:16 +05:00
parent 2d72848e8e
commit 87dbb200d9
10 changed files with 16316 additions and 135 deletions
+2 -1
View File
@@ -13,7 +13,8 @@
"test": "vitest run",
"format": "prettier --write .",
"lint": "eslint .",
"refs-cdp-audit": "node scripts/audit-cdp.mjs http://localhost:3000/demo.html http://localhost:5173/preview/demo",
"refs-cdp-audit": "node scripts/audit-cdp.mjs",
"refs-cdp-audit:responsive": "node scripts/audit-cdp-responsive.mjs",
"refs-css-audit": "node scripts/audit-css.mjs",
"refs-dom-audit": "node scripts/audit-dom.mjs"
},