MCPcopy
hub / github.com/Kong/insomnia / artifacts.ts

File artifacts.ts

packages/insomnia-inso/src/scripts/artifacts.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// This file is responsible for compressing the binaries for each architecture
2import type { ProcessEnvOptions } from 'node:child_process';
3import { spawn } from 'node:child_process';
4import fs from 'node:fs/promises';

Callers

nothing calls this directly

Calls 2

artifactsFunction · 0.85
errorMethod · 0.45

Tested by

no test coverage detected