Godot Version
v.4.2.1.stable.mono.official
Question
Good Morning. In a combined project with a client and server. When compiling the client, is there a way to make sure none of the server parts are compiled with the client? Without having a separate project for client and server.
I have found in the documentation on checking command line for the server side code to be executed… but that’s the opposite side.