Add secure administrator operations console

Provide TOTP-authenticated, role-controlled user and credit workflows with paginated audit data and SQL-backed statistics so operations can manage growth safely.
This commit is contained in:
Rocky
2026-08-17 15:20:34 +08:00
parent 676bfd2451
commit 1a9c518f96
76 changed files with 14602 additions and 3 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "osg-admin-web",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"test": "vitest run"
},
"devDependencies": {
"@types/node": "^26.2.0",
"jsdom": "^27.0.1",
"typescript": "^5.9.2",
"vite": "^7.1.2",
"vitest": "^3.2.4"
}
}