added pkg build for project
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user