fix re-exports

This commit is contained in:
Nikita Sivukhin
2025-08-07 16:24:54 +04:00
parent d1cd294e94
commit e11184ff1d
4 changed files with 8 additions and 8 deletions

View File

@@ -1,2 +1,2 @@
const { Database } = require('./dist/cjs/sync');
module.exports = Database;
module.exports = Database;