(path: Path.Path)
| 30 | path.join(resolveExecutorDataDir(path), "server-control"); |
| 31 | |
| 32 | const localServerManifestPath = (path: Path.Path): string => |
| 33 | path.join(serverControlDir(path), "server.json"); |
| 34 | |
| 35 | export const readLocalServerManifest = (): Effect.Effect< |
| 36 | ExecutorLocalServerManifest | null, |
no test coverage detected