add medal only events

This commit is contained in:
Fabrice Lamant
2024-07-28 10:49:51 +02:00
parent af197333b9
commit 642130a5ad
176 changed files with 9422 additions and 230 deletions

View File

@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"start": "find ./cache/*.html -mmin +60 -exec rm -f {} \\; | node src/index.js",
"start": "find ./cache/*.html -mmin +10 -exec rm -f {} \\; | node src/index.js",
"dev": "nodemon src/index.js",
"lint": "eslint . --fix",
"test": "echo \"Error: no test specified\" && exit 1"