mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 20:51:25 +03:00
Сделал автоудаление графиков
(всех) после Х килобайт
This commit is contained in:
parent
350e3f9c66
commit
21e2faced3
4 changed files with 85 additions and 3 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue