test: add TS checks and fix issues

This commit is contained in:
Pierre Martin
2024-03-10 10:49:36 +01:00
parent fd3783cc8d
commit 043051cb1c
14 changed files with 38 additions and 11 deletions

1
joe.ts
View File

@@ -15,6 +15,7 @@ const queries = new AppQueries(projections);
projections.getAll().forEach((projection) => {
eventStore.subscribe(projection);
});
// @ts-ignore Bun handles top-level await
await eventStore.replay();
// External services