mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
Delete init.ts
This commit is contained in:
parent
85cd6309cc
commit
6afd4e22cf
11
src/init.ts
11
src/init.ts
@ -1,11 +0,0 @@
|
||||
import { initDb } from './db/postgre';
|
||||
|
||||
console.log('Init database...');
|
||||
|
||||
initDb(false, true, true).then(() => {
|
||||
console.log('Done :)');
|
||||
process.exit(0);
|
||||
}, e => {
|
||||
console.error('Failed to init database');
|
||||
console.error(e);
|
||||
});
|
Loading…
Reference in New Issue
Block a user