Skip to content

Commit

Permalink
Initial thesis commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ClFeSc committed Jun 14, 2022
1 parent 0d8594e commit ff08cae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ import { DatabaseService } from './database/services/database-service';
import { FuesimServer } from './fuesim-server';

async function main() {
console.log(
'This is a work in progress version of digital-fuesim-manv for the thesis of @ClFeSc'
);
Config.initialize();

const dataSource = createNewDataSource();
Expand Down

0 comments on commit ff08cae

Please sign in to comment.