nestia
nestia copied to clipboard
[Question] why types are not generated in api/structures/ from WebSocketAcceptor?
Question
Why types don't fall into api/structures/ from WebSocketAcceptor?
WebSocketAcceptor<any, ICalculator, IListener>,
I don't want to declare ICalculator and IListener in api/structures/ because it's an autogenerated space and I delete it before each library build
How can I make these types automatically fall into api/structures/ themselves?
It seems like you're using the clone mode, but no way about the websockete case.
It seems like you're using the
clonemode, but no way about the websockete case.
Yes, I have clone mode enabled. How do I enable it for websocket?