feat: add Vue monitor web sentinel dashboard

This commit is contained in:
Codex
2026-06-27 06:12:46 +00:00
parent 6e06972acf
commit 0fb4f9fc30
13 changed files with 1797 additions and 266 deletions
+5 -1
View File
@@ -6,14 +6,18 @@
"scripts": {
"cli": "bun scripts/cli.ts",
"check": "bun scripts/cli.ts check",
"e2e": "bun scripts/cli.ts e2e run"
"e2e": "bun scripts/cli.ts e2e run",
"monitor-web:verify": "bun scripts/verify-web-probe-sentinel-monitor-web.ts"
},
"devDependencies": {
"@types/bun": "latest",
"@types/node": "latest",
"@vitejs/plugin-vue": "^6.0.7",
"playwright": "^1.59.1",
"postgres": "^3.4.9",
"typescript": "latest",
"vite": "^8.1.0",
"vue": "3",
"xlsx": "^0.18.5"
}
}