When generating code with -server-only I would expect to see all that the server needs in the code.
I noticed that the README says Emitting signals is done reusing the same structures generated for the client side so I solved it by removing -server-only it generated the necessary signal parts together with some client stuff I didn't need.
When generating code with
-server-only
I would expect to see all that the server needs in the code. I noticed that the README saysEmitting signals is done reusing the same structures generated for the client side
so I solved it by removing-server-only
it generated the necessary signal parts together with some client stuff I didn't need.It's no biggie but worth noticing.