fix(ts/index): Use cli.js as the spawned CLI entry point instead of cli.child.js

This commit is contained in:
2025-10-17 06:43:36 +00:00
parent 6b6ecee0ed
commit e76ad2fb58
3 changed files with 13 additions and 6 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsrun',
version: '1.6.1',
version: '1.6.2',
description: 'run typescript programs efficiently'
}