Restructuring for new way of installing libreevent

This commit is contained in:
2024-08-26 11:16:28 +02:00
parent 4d0b8eb1cb
commit 688b0616cc
223 changed files with 11 additions and 58 deletions

View File

@@ -1,7 +0,0 @@
const db = require( './backend/db/db.js' );
( async () => {
await db.initDB();
db.reset();
console.log( 'DONE' );
} )();