Merge latest PR #500 head into all-gates recovery

This commit is contained in:
Tianyi Cui
2026-07-22 18:07:19 +08:00
3 changed files with 8 additions and 5 deletions

View File

@@ -44,6 +44,7 @@ export default defineConfig({
// yet. TODO(gui): cover and remove as the client test lane matures.
'packages/client/ui-trajectory/src/*',
'packages/client/web-react/src/*',
'packages/host/webserver/src/*',
...windowsUnsupportedPackages.map(path => `${path}/src/**/*.ts`),
],
// 100% or it doesn't merge (docs/testing.md: excessive tests are welcome).