You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using typia and hono to build a web backend, but I have encountered some issues.
After using the typia/bun configuration, the hot and watch configurations of bun have become ineffective.
Typia performs a compilation operation on ts files. When I use the bun web debugger, I can see the ts code files compiled by typia, but the debugging tool in vscode can only see the ts files before compilation, making debugging difficult.
I wonder if there are solutions to the above problems. Not friendly to the vscode debugger ? samchon/typia#1305
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using typia and hono to build a web backend, but I have encountered some issues.
After using the typia/bun configuration, the hot and watch configurations of bun have become ineffective.
Typia performs a compilation operation on ts files. When I use the bun web debugger, I can see the ts code files compiled by typia, but the debugging tool in vscode can only see the ts files before compilation, making debugging difficult.
I wonder if there are solutions to the above problems. Not friendly to the vscode debugger ? samchon/typia#1305
Beta Was this translation helpful? Give feedback.
All reactions