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

@@ -1,5 +1,10 @@
# Changelog
## 2024-10-27 - 1.3.1 - fix(core)
Add console.log to show ts-node options in use
- Added a console log statement in the ts/loader.ts to display the default ts-node options being used.
## 2024-10-27 - 1.3.0 - feat(ci)
Add Gitea workflows for build and release.