to much to say

This commit is contained in:
2024-01-23 22:28:46 +01:00
parent b728e1508a
commit 9a192622b1
16 changed files with 3884 additions and 106 deletions
+1
View File
@@ -17,6 +17,7 @@ async function main() {
// Select a specific namespace / database
await db.use({ ns: 'forum', db: 'forum' });
} catch (e) {
console.error('ERROR', e);
}