feat: skript pro import dat z Redis databáze

This commit is contained in:
2026-06-12 19:19:36 +02:00
parent c404a3a03b
commit bcec015c37
2 changed files with 154 additions and 1 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
"start": "ts-node src/index.ts",
"startReload": "nodemon --watch src src/index.ts",
"build": "tsc -p .",
"test": "jest"
"test": "jest",
"export:redis": "ts-node scripts/exportRedisToJson.ts"
},
"devDependencies": {
"@babel/core": "^7.28.5",