add pump message loop calls

This commit is contained in:
Pierre Tachoire
2025-06-30 15:03:52 -07:00
parent e8866a6431
commit 22a93a9c39
4 changed files with 19 additions and 2 deletions

View File

@@ -83,6 +83,7 @@ fn run(alloc: Allocator) !void {
var app = try App.init(alloc, .{
.run_mode = args.mode,
.platform = &platform,
.http_proxy = args.httpProxy(),
.proxy_type = args.proxyType(),
.proxy_auth = args.proxyAuth(),