Move client sources into client/src dir

This commit is contained in:
2025-02-23 10:25:42 +00:00
parent ebf9afb4e1
commit 30d03e3739
4 changed files with 19 additions and 18 deletions

4
client/src/config.vapi Normal file
View File

@@ -0,0 +1,4 @@
[CCode (cheader_filename = "config.h")]
namespace Config {
public const string CERT_DIR;
}