(path: Path.Path)
| 40 | process.env.EXECUTOR_DATA_DIR ?? path.join(homedir(), ".executor"); |
| 41 | |
| 42 | const serverConnectionStorePath = (path: Path.Path): string => |
| 43 | path.join(resolveDataDir(path), "server-connections.json"); |
| 44 | |
| 45 | const PersistedAuth = Schema.Union([ |
| 46 | Schema.Struct({ |
no test coverage detected