MCPcopy Create free account
hub / github.com/garrytan/gstack / BrowseConfig

Interface BrowseConfig

browse/src/config.ts:19–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17import { safeUnlinkQuiet } from './error-handling';
18
19export 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected