logchannel command

This commit is contained in:
2022-11-24 12:12:50 +01:00
parent d8365128fc
commit 082bfe6097
8 changed files with 38 additions and 17 deletions

View File

@ -28,4 +28,6 @@ const dataSource = new DataSource({
migrationsTransactionMode: "each"
});
dataSource.initialize();
export default dataSource;