| ... | ... | @@ -682,6 +682,7 @@ pub fn main(init: process.Init.Minimal) !void { |
| 682 | 682 | |
| 683 | 683 | var web_server_allocation: AvoidableWebServer = undefined; |
| 684 | 684 | const web_server: ?*AvoidableWebServer = if (webui_listen) |listen_address| ws: { |
| 685 | if (watch) fatal("using '--webui' and '--watch' together is not yet supported; consider omitting '--watch' in favour of the web UI \"Rebuild\" button", .{}); |
| 685 | 686 | if (builtin.single_threaded) fatal("--webui is not yet supported on single-threaded hosts", .{}); |
| 686 | 687 | web_server_allocation = .init(.{ |
| 687 | 688 | .graph = &graph, |