Remove frontend errors and app passthrough (#251)

This commit is contained in:
Nathan Flurry 2026-03-13 21:14:31 -07:00 committed by GitHub
parent d8b8b49f37
commit 8fb19b50da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 146 additions and 1119 deletions

View file

@ -15,9 +15,7 @@
"paths": {
"@sandbox-agent/foundry-client": ["packages/client/src/index.ts"],
"@sandbox-agent/foundry-shared": ["packages/shared/src/index.ts"],
"@sandbox-agent/foundry-backend": ["packages/backend/src/index.ts"],
"@sandbox-agent/foundry-frontend-errors": ["packages/frontend-errors/src/index.ts"],
"@sandbox-agent/foundry-frontend-errors/*": ["packages/frontend-errors/src/*"]
"@sandbox-agent/foundry-backend": ["packages/backend/src/index.ts"]
},
"noUncheckedIndexedAccess": true,
"noImplicitOverride": true