(cwd: string)
| 237 | } |
| 238 | |
| 239 | function getProjectConfigPath(cwd: string): string { |
| 240 | return resolveCortexKitProjectConfigPath(cwd); |
| 241 | } |
| 242 | |
| 243 | function readConfigDiagnostic(path: string): PiConfigDiagnostic { |
| 244 | const parsed = readJsonc(path); |
no test coverage detected