process-entry.ts 300 B

12345
  1. /** Private built Node-runtime child entry; source execution calls runNodeMain directly. */
  2. import { openInheritedControlChannel } from '@deepseek-ai/dsh-subprocess/control'
  3. import { runNodeMain } from './process.ts'
  4. void runNodeMain(openInheritedControlChannel(), Number(process.argv[2]), process)