refactor translations

This commit is contained in:
Fabrice Lamant
2024-08-04 09:00:47 +02:00
parent 9e525f3cd9
commit 4fe7181e0d
7 changed files with 138 additions and 102 deletions

View File

@ -5,6 +5,7 @@
"scripts": {
"start": "find ./cache/**/*.html -mmin +10 -exec rm -f {} \\; | DEBUG=paris2024:* ts-node src/index.ts",
"dev": "DEBUG=paris2024:* nodemon src/index.ts",
"build": "tsc",
"lint": "eslint . --fix",
"test": "vitest run --coverage"
},