refactoring dashboard

This commit is contained in:
Emily
2025-01-23 17:34:43 +01:00
parent afeaac1b0d
commit e4bdf7e4c3
112 changed files with 2345 additions and 12532 deletions

View File

@@ -3,15 +3,10 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {},
"scripts": {
"dashboard:clear-logs": "node scripts/dashboard/clear-logs.js"
},
"keywords": [],
"author": "Emily",
"license": "MIT",
"dependencies": {
"@getbrevo/brevo": "^2.2.0",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"mongoose": "^8.3.2",
"redis": "^4.7.0"
}
}
"license": "MIT"
}