MCPcopy Index your code
hub / github.com/effect-app/libs / SyncEffectConfig

Interface SyncEffectConfig

packages/cli/src/sync-effect-subtree.ts:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { RunCommandService } from "./os-command.js"
5
6export interface SyncEffectConfig {
7 readonly manifestPaths: ReadonlyArray<string>
8 readonly subtreePrefix: string
9 readonly url: string
10}
11
12const depSections = ["dependencies", "devDependencies", "peerDependencies", "optionalDependencies"] as const
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…