nestia icon indicating copy to clipboard operation
nestia copied to clipboard

[Question] why types are not generated in api/structures/ from WebSocketAcceptor?

Open SonderRill opened this issue 5 months ago • 2 comments

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?

SonderRill avatar Sep 01 '25 23:09 SonderRill

It seems like you're using the clone mode, but no way about the websockete case.

samchon avatar Sep 22 '25 01:09 samchon

It seems like you're using the clone mode, but no way about the websockete case.

Yes, I have clone mode enabled. How do I enable it for websocket?

SonderRill avatar Sep 22 '25 01:09 SonderRill