Merge branch 'worktree/ci-native-windows-20260808' into worktree/ci-native-windows-coverage-20260808

This commit is contained in:
Tianyi Cui
2026-08-09 21:02:28 +08:00
267 changed files with 12096 additions and 4837 deletions

View File

@@ -274,7 +274,7 @@ export class WorkspaceAnalyzer {
constructor(options: WorkspaceAnalyzerOptions) {
this.options = {
root: resolve(options.root),
root: realPath(options.root),
hostConfig: options.hostConfig ?? 'tsconfig.host.json',
clientConfig: options.clientConfig ?? 'tsconfig.client.json',
faces: options.faces ?? ['host', 'client'],