| 8 | import { PATHS } from "./lib/paths" |
| 9 | |
| 10 | interface DebugInfo { |
| 11 | version: string |
| 12 | runtime: { |
| 13 | name: string |
| 14 | version: string |
| 15 | platform: string |
| 16 | arch: string |
| 17 | } |
| 18 | paths: { |
| 19 | APP_DIR: string |
| 20 | GITHUB_TOKEN_PATH: string |
| 21 | } |
| 22 | tokenExists: boolean |
| 23 | } |
| 24 | |
| 25 | interface RunDebugOptions { |
| 26 | json: boolean |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…