MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / targetPackageName

Function targetPackageName

apps/cli/src/build.ts:116–116  ·  view source on GitHub ↗
(t: Target)

Source from the content-addressed store, hash-verified

114/** Dist directory name (e.g. dist/executor-linux-x64). Only used as a build
115 * artifact convention; the actual npm package name inside is `executor`. */
116const targetPackageName = (t: Target) => `executor-${platformTag(t)}`;
117
118const bunTargetKeys = [
119 "linux-x64",

Callers 2

buildBinariesFunction · 0.85
resolveTargetsFromEnvFunction · 0.85

Calls 1

platformTagFunction · 0.85

Tested by

no test coverage detected