feat: add functional authentication
This commit is contained in:
5
api/stores/event-store/.tasks/bootstrap.ts
Normal file
5
api/stores/event-store/.tasks/bootstrap.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { register } from "@valkyr/event-store/mongo";
|
||||
|
||||
import { eventStore } from "../event-store.ts";
|
||||
|
||||
await register(eventStore.db.db, console.info);
|
||||
Reference in New Issue
Block a user