更新 mes_in_sct/start.php
Some checks failed
Run Unit Tests / test (pull_request) Failing after 26s

This commit is contained in:
james 2025-07-28 00:02:39 +08:00
parent 834810a69c
commit 4c0ec0b87f

View File

@ -13,4 +13,6 @@ if (isset($options['h']) || isset($options['help'])) {
if (isset($options['APP_ENV'])) {
putenv('APP_ENV='.$options['APP_ENV']);
}
\libs\core\App::run();