feat(simulation): stream UI recordings (#35909)
This commit is contained in:
parent
4d2b06f8cf
commit
c6156f171c
9 changed files with 249 additions and 132 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue