Skip to content

Commit

Permalink
Replace redis
Browse files Browse the repository at this point in the history
  • Loading branch information
Glowstudent777 committed Jan 26, 2025
1 parent b04a006 commit 67dad0c
Show file tree
Hide file tree
Showing 9 changed files with 71 additions and 5,090 deletions.
4,863 changes: 0 additions & 4,863 deletions package-lock.json

This file was deleted.

10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"build": "npm run clean && npx tsc && npm run copyfiles",
"clean": "npx rimraf --glob dist/",
"copyfiles": "mkdir \"dist/api/v1/core/db\" && cp ./src/api/v1/core/db/ ./dist/api/v1/core/db/ -r",
"copyfiles": "mkdir \"dist\\api\\v1\\core\\db\" && cp ./src/api/v1/core/db/ ./dist/api/v1/core -r",
"dev": "npm run copyfiles && tsc-watch --onSuccess \"node ./dist/index.js\"",
"start": "node ./dist/index.js",
"test": "vitest",
Expand All @@ -32,22 +32,20 @@
"dotenv-extended": "^2.9.0",
"express": "^4.18.2",
"fs": "0.0.1-security",
"ioredis": "^5.4.2",
"memory-cache": "^0.2.0",
"path": "^0.12.7",
"redis": "^4.7.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/ioredis": "^5.0.0",
"@types/memory-cache": "^0.2.6",
"@types/node": "^18.13.0",
"@types/redis": "^4.0.11",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.6",
"rimraf": "^6.0.1",
"tsc-watch": "^6.0.0",
"typescript": "^4.9.5",
"vitest": "^1.6.0"
}
}
}
Loading

0 comments on commit 67dad0c

Please sign in to comment.