mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 21:34:24 +00:00
Restructuring for new way of installing libreevent
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
const db = require( './backend/db/db.js' );
|
||||
|
||||
( async () => {
|
||||
await db.initDB();
|
||||
db.reset();
|
||||
console.log( 'DONE' );
|
||||
} )();
|
||||
Reference in New Issue
Block a user