scripts/dev.ts Development Launcher
- Entity ID:
ent-20260420-dv14b0000qz - Type:
file - Scope:
shared - Status:
active - Aliases: bun run dev, dev launcher
Description
Development launcher script scripts/dev.ts that preloads src/shims/preload.js then dynamically imports src/entrypoints/cli.js. Avoids a full production bundle round-trip so iteration is measured in milliseconds. Exposed via npm scripts dev, dev:repl, start.
Key claims
- Dev runner preloads shims before any CLI code runs
- Build-out ordering: runtime first, build second, services third
Relations
- scripts/dev.ts Development Launcher --[informed_by]--> bun:bundle Runtime Resolution Problem
- scripts/dev.ts Development Launcher --[depends_on]--> bunfig.toml preload + alias Configuration
- CLAUDE_CODE_DEBUG_LOG_LEVEL --[informed_by]--> scripts/dev.ts Development Launcher