Closed KingWaffleIII closed 1 year ago
Could you explain how to use this module in a production environment? Thanks.
Could you explain how to use this module in a production environment? Thanks.
Maybe this repository can be a reference for running in a production environment, it's still using an old version, but maybe it can still be a reference.
Thanks for your reply.
Is it not possible to use this library then? It'd be really useful, especially with the upcoming H:SR support.
Thanks for your reply.
Is it not possible to use this library then? It'd be really useful, especially with the upcoming H:SR support.
It can be tried and if it doesn't work it can open a new issue
Hi, I'm having an issue trying to actually run code with this module. When I'm writing the source code in ES2022, it works fine with no errors from TS or ESLint but when I try to compile with TS and run it in my Docker container, it throws this error.
Full error:
Source code:
tsconfig.json
:Compiled code:
Since all my other modules work, I don't think it's an install issue. Any advice would be appreciated!