feat: initial boilerplate
This commit is contained in:
8
api/libraries/event-store/aggregates/mod.ts
Normal file
8
api/libraries/event-store/aggregates/mod.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { AggregateFactory } from "@valkyr/event-store";
|
||||
|
||||
import { Account } from "./account.ts";
|
||||
import { Code } from "./code.ts";
|
||||
import { Organization } from "./organization.ts";
|
||||
import { Role } from "./role.ts";
|
||||
|
||||
export const aggregates = new AggregateFactory([Account, Code, Organization, Role]);
|
||||
Reference in New Issue
Block a user