fix(plugins): Export child_process.spawn from plugins and use plugins.spawn in spawnPath to remove direct require and unify process spawning

This commit is contained in:
2025-10-17 06:26:00 +00:00
parent ec2db7af72
commit e5b57c894b
4 changed files with 11 additions and 5 deletions

View File

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