()
| 38 | // ── Path resolution ───────────────────────────────────────────────────────── |
| 39 | |
| 40 | function resolveDistDir(): string { |
| 41 | return resolveStudioBundle().dir; |
| 42 | } |
| 43 | |
| 44 | export interface StudioBundleResolution { |
| 45 | dir: string; |
no test coverage detected