This commit is contained in:
2025-08-18 09:39:30 +08:00
parent 4eb9ec7ecb
commit 471c88a3da

View File

@@ -15,6 +15,6 @@ error_reporting(E_ALL);
$runtimeProcessPath = __DIR__ . '/../runtime/windows';
$processFiles = glob($runtimeProcessPath . '/start_*.php');
App::loadAllConfig(['route']);
;
App::run();
?>