Configure debug execution of the token-engine on ts #8
Labels
priority:medium
quality of life:dev
Changes to the tools, configuration or standards that make developing and extending the tool easier
Configure a mode to run the token engine directly from typescript, without compiling. These way we could set breakpoints to debug easily.
Suggestion: The previous version of the token service ran with
ts-node-dev
and it worked for this purposeThe text was updated successfully, but these errors were encountered: