fix(core): Add console.log to show ts-node options in use

This commit is contained in:
2024-10-27 19:22:45 +01:00
parent 3a68f74c4e
commit c3e3b2d050
3 changed files with 7 additions and 1 deletions

View File

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