caching system + add extension entries to metadata pool

This commit is contained in:
2025-12-02 18:21:41 +01:00
parent af1e1d8098
commit 47169a5f66
18 changed files with 924 additions and 485 deletions

View File

@@ -77,6 +77,7 @@ const start = async () => {
try {
initDatabase("anilist");
initDatabase("favorites");
initDatabase("cache");
await loadExtensions();
await fastify.listen({ port: 3000, host: '0.0.0.0' });