fix server
Some checks are pending
BlockStorage/repertory/pipeline/head Build queued...
Blockstorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-09-15 12:52:02 -05:00
parent c82ec168a1
commit f2f28cea59

View File

@@ -90,7 +90,7 @@ namespace repertory::ui {
};
#if defined(_WIN32)
server server(&config);
ui_server server(&config);
run_ui(&server);
return 0;
#else // !defined(_WIN32)