恢复成自定义协议了

This commit is contained in:
2026-08-11 16:10:02 +08:00
parent 274dd4c044
commit f2c1374a7f
27 changed files with 820 additions and 1526 deletions
+10
View File
@@ -0,0 +1,10 @@
#pragma once
#include <cstdint>
#include <filesystem>
namespace renderive::web {
int run_web_server(std::uint16_t port, const std::filesystem::path& asset_root);
} // namespace renderive::web