dist/cli.mjs (Production Bundle Artifact)
- Entity ID:
ent-20260420-pb15c0000v4 - Type:
file - Scope:
shared - Status:
active - Aliases: dist/cli.mjs, bundled CLI
Description
Single-file production bundle for the CLI, runnable with both Node.js (>= 20) and Bun (>= 1.1). Carries an #!/usr/bin/env node shebang banner, is made +x, and is expected to stay under 10 MB (target < 5 MB).
Key claims
- Production bundle targets both Bun 1.1+ and Node.js 20+
- Single-file bundle is preferred over code splitting for a CLI
Relations
- scripts/build-bundle.ts (esbuild Production Config) --[produces]--> dist/cli.mjs (Production Bundle Artifact)
- Alpine + oven/bun Dockerfile --[uses]--> dist/cli.mjs (Production Bundle Artifact)