feat(simulation): share control protocol schemas (#35230)

This commit is contained in:
James Long 2026-07-03 15:46:04 -04:00 committed by GitHub
commit 37b26e495b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 170 additions and 148 deletions

View file

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