mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 20:39:05 +00:00
CA support for bun install (#14416)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user