gelbooru should work, remove caching, fix random

This commit is contained in:
creations 2025-04-03 16:05:41 -04:00
parent e6acb47796
commit c34ddea659
Signed by: creations
GPG key ID: 8F553AA4320FC711
14 changed files with 480 additions and 401 deletions

View file

@ -23,11 +23,7 @@
"dev": "bun run --watch src/index.ts --dev",
"lint": "eslint",
"lint:fix": "bun lint --fix",
"cleanup": "rm -rf logs node_modules bun.lockdb"
"cleanup": "rm -rf logs node_modules bun.lockb"
},
"type": "module",
"dependencies": {
"dotenv": "^16.4.7",
"redis": "^4.7.0"
}
"type": "module"
}