CA support for bun install (#14416)

This commit is contained in:
Dylan Conway
2024-10-11 13:16:26 -07:00
committed by GitHub
parent 9fe6e25372
commit 5fd0a61ae2
29 changed files with 678 additions and 125 deletions

View File

@@ -241,7 +241,7 @@ pub const CreateCommand = struct {
@setCold(true);
Global.configureAllocator(.{ .long_running = false });
HTTP.HTTPThread.init();
HTTP.HTTPThread.init(&.{});
var create_options = try CreateOptions.parse(ctx);
const positionals = create_options.positionals;