From c27e0e14b6cdb1954d3ed93c034afb341a1a097d Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 12:14:59 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- docs/bundler/hmr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bundler/hmr.md b/docs/bundler/hmr.md index 582d2f0df4..db4616ef61 100644 --- a/docs/bundler/hmr.md +++ b/docs/bundler/hmr.md @@ -10,7 +10,7 @@ For React applications, enable React Fast Refresh for component-level hot reload ```typescript await Bun.build({ - entrypoints: ['./src/App.tsx'], + entrypoints: ["./src/App.tsx"], reactFastRefresh: true, hotModuleReloading: true, });