added pkg build for project

This commit is contained in:
2025-05-30 12:28:38 +02:00
parent 1e9a377c2a
commit 3d3264d8d6
8 changed files with 59 additions and 24 deletions

View File

@@ -14,7 +14,7 @@ struct Service {
struct AppSettings {
static std::expected<AppSettings, std::string> loadAppSettings();
std::optional<const std::string&> getId(std::string_view name);
std::optional<std::string> getId(std::string_view name);
std::vector<Service> services;
};