| 17 | import { safeUnlinkQuiet } from './error-handling'; |
| 18 | |
| 19 | export interface BrowseConfig { |
| 20 | projectDir: string; |
| 21 | stateDir: string; |
| 22 | stateFile: string; |
| 23 | consoleLog: string; |
| 24 | networkLog: string; |
| 25 | dialogLog: string; |
| 26 | auditLog: string; |
| 27 | } |
| 28 | |
| 29 | /** |
| 30 | * Detect the git repository root, or null if not in a repo / git unavailable. |
nothing calls this directly
no outgoing calls
no test coverage detected