Logs inside the WebUI (#634)

This commit is contained in:
Elia Zammuto
2023-01-01 02:12:36 +01:00
committed by GitHub
parent 248b1bfa19
commit a5213c6225
8 changed files with 125 additions and 13 deletions

View File

@@ -3,6 +3,7 @@
#ifndef SUNSHINE_MAIN_H
#define SUNSHINE_MAIN_H
#include <filesystem>
#include <string_view>
#include "thread_pool.h"
@@ -50,6 +51,4 @@ MAIL(idr);
MAIL(rumble);
#undef MAIL
} // namespace mail
#endif // SUNSHINE_MAIN_H