fixed some more bugs

This commit is contained in:
ION606
2025-10-11 11:29:11 -04:00
parent b915ae88a4
commit 2659c51b02
6 changed files with 298 additions and 81 deletions
-1
View File
@@ -13,7 +13,6 @@ type CacheRow = {
updated_at: number
};
// TODO: CHANGEME WHEN RUNNING IN DOCKER
export const CACHE_DIR = "/tmp",
db = new Database(path.resolve(`${CACHE_DIR}/index.sqlite`));