MCPcopy
hub / github.com/infinitered/ignite / TargetsOptions

Interface TargetsOptions

src/tools/cache.ts:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28interface TargetsOptions {
29 rootDir: string
30 packagerName: PackagerName
31 platform: NodeJS.Platform | undefined
32}
33const targets = ({ rootDir, packagerName, platform }: TargetsOptions) => {
34 const cachePaths = [
35 { type: "dir", path: path(rootDir, "node_modules") },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected