Сделал автоудаление графиков

(всех) после Х килобайт
This commit is contained in:
Данил 2024-08-14 17:16:45 +03:00
parent 350e3f9c66
commit 21e2faced3
4 changed files with 85 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"name": "chart",
"version": "1.0.0",
"main": "main.js",
"main": "chart.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
@ -18,6 +18,7 @@
"description": "A service for creating graphs",
"dependencies": {
"axios": "^1.7.3",
"chart.js-image": "^6.1.3"
"chart.js-image": "^6.1.3",
"node-schedule": "^2.1.1"
}
}