From 2c762f47c9c8ece73ce6d430e7814cac9e031bab Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Thu, 6 Oct 2022 00:47:03 -0700 Subject: Add simple Hot Module Reloading to bun's runtime --- src/bun.js/bindings/headers-cpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bun.js/bindings/headers-cpp.h') diff --git a/src/bun.js/bindings/headers-cpp.h b/src/bun.js/bindings/headers-cpp.h index e0073666e..2dd59b457 100644 --- a/src/bun.js/bindings/headers-cpp.h +++ b/src/bun.js/bindings/headers-cpp.h @@ -1,4 +1,4 @@ -//-- AUTOGENERATED FILE -- 1665017239 +//-- AUTOGENERATED FILE -- 1665034748 // clang-format off #pragma once -- cgit v1.2.3