Add replay streaming service

This commit is contained in:
dirtydishes 2026-01-09 17:22:09 -05:00
parent 6951dddfdf
commit 980bb4f1b1
6 changed files with 512 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{
"name": "@islandflow/replay",
"private": true,
"type": "module",
"scripts": {
"dev": "bun run src/index.ts"
},
"dependencies": {
"@islandflow/bus": "workspace:*",
"@islandflow/config": "workspace:*",
"@islandflow/observability": "workspace:*",
"@islandflow/storage": "workspace:*",
"@islandflow/types": "workspace:*",
"zod": "^3.23.8"
}
}