feat(simulation): stream UI recordings (#35909)

This commit is contained in:
James Long 2026-07-08 10:33:11 -04:00 committed by GitHub
commit c6156f171c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 249 additions and 132 deletions

View file

@ -10,7 +10,8 @@
"./backend/*": "./src/backend/*.ts",
"./frontend": "./src/frontend/simulation.ts",
"./frontend/*": "./src/frontend/*.ts",
"./protocol": "./src/protocol/index.ts"
"./protocol": "./src/protocol/index.ts",
"./recording": "./src/recording.ts"
},
"scripts": {
"typecheck": "tsgo --noEmit"