feat: skript pro import dat z Redis databáze
This commit is contained in:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user