| 37 | import { spawnSync, spawn, execFileSync, type SpawnSyncReturns, type ChildProcess, type SpawnOptions } from "child_process"; |
| 38 | |
| 39 | interface GbrainConfig { |
| 40 | database_url?: string; |
| 41 | } |
| 42 | |
| 43 | export interface BuildGbrainEnvOptions { |
| 44 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected