mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
[bun install] Add metadata hash
This commit is contained in:
@@ -247,6 +247,8 @@ const BUN_CREATE_DIR = ".bun-create";
|
||||
var home_dir_buf: [std.fs.MAX_PATH_BYTES]u8 = undefined;
|
||||
pub const CreateCommand = struct {
|
||||
pub fn exec(ctx: Command.Context, _: []const []const u8) !void {
|
||||
@setCold(true);
|
||||
|
||||
Global.configureAllocator(.{ .long_running = false });
|
||||
try NetworkThread.init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user