batching events

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-07-17 17:13:07 +02:00
committed by Carl-Gerhard Lindesvärd
parent 244aa3b0d3
commit 5e225b7ae6
58 changed files with 2204 additions and 583 deletions

View File

@@ -26,5 +26,10 @@
"semver": "^7.5.4",
"typescript": "^5.2.2"
},
"prettier": "@openpanel/prettier-config"
}
"prettier": "@openpanel/prettier-config",
"pnpm": {
"patchedDependencies": {
"@bull-board/api@5.21.0": "patches/@bull-board__api@5.21.0.patch"
}
}
}