aboutsummaryrefslogtreecommitdiff
path: root/src/cli/create_command.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/create_command.zig')
-rw-r--r--src/cli/create_command.zig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cli/create_command.zig b/src/cli/create_command.zig
index b82370a5f..b13084c03 100644
--- a/src/cli/create_command.zig
+++ b/src/cli/create_command.zig
@@ -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();