refacto: use @db/sqlite for better usage

This commit is contained in:
Julien Calixte
2026-02-17 15:29:11 +01:00
parent 1c7a4d3a11
commit c9edd63e76
6 changed files with 90 additions and 64 deletions

View File

@@ -77,5 +77,6 @@ jetstream.start();
setInterval(() => {
if (jetstream.cursor) {
saveCursor(jetstream.cursor);
console.log(`[jetstream] updated cursor: ${jetstream.cursor}`);
}
}, 5000);