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
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.
It's no biggie but worth noticing.
The text was updated successfully, but these errors were encountered:
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.It's no biggie but worth noticing.
The text was updated successfully, but these errors were encountered: