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

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "es2017",
"module": "commonjs",
"target": "ES2022",
"module": "ES2022",
"forceConsistentCasingInFileNames": true,
"strict": true,
"types": ["bun-types"]