feat: initial mini simple event sourcing for pending application updates

This commit is contained in:
Pierre Martin
2024-02-07 23:48:42 +01:00
parent 76a8909dc1
commit df5bfe4e1a
14 changed files with 207 additions and 14 deletions

View File

@@ -6,4 +6,7 @@ test:
bun test
tdd:
bun test --watch
bun test --watch
lint:
bun lint