This commit is contained in:
2025-08-18 09:40:24 +08:00
parent 471c88a3da
commit c9bd7ce759

View File

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