[bun install] Add metadata hash

This commit is contained in:
Jarred Sumner
2022-02-25 00:28:25 -08:00
parent b8c6865ce0
commit 293a9bc811
9 changed files with 277 additions and 19 deletions

View File

@@ -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();