From 71431c6ee2a47a95bfc7c5da955ef6c35d381e7d Mon Sep 17 00:00:00 2001 From: whwyy Date: Mon, 18 Dec 2023 03:19:11 +0800 Subject: [PATCH] eee --- HotReload.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HotReload.php b/HotReload.php index 2f2425d..723bf43 100644 --- a/HotReload.php +++ b/HotReload.php @@ -41,6 +41,8 @@ class HotReload extends BaseProcess public function __construct(public Router $router) { on(OnWorkerStart::class, [$this->router, 'scan_build_route']); + + $this->forceFile = \config('reload.forceFile', false); } /**