mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
make payment processing more robust
This commit is contained in:
7
src/server/setupDB.js
Normal file
7
src/server/setupDB.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const db = require( './backend/db/db.js' );
|
||||
|
||||
( async () => {
|
||||
await db.initDB();
|
||||
db.reset();
|
||||
console.log( 'DONE' );
|
||||
} )();
|
||||
Reference in New Issue
Block a user