perf: think文件

This commit is contained in:
2025-07-09 16:35:41 +08:00
parent b56f6f5cbb
commit 858a1363e3

2
think
View File

@@ -7,4 +7,4 @@ namespace think;
require __DIR__ . '/vendor/autoload.php';
// 应用初始化
(new App())->setEnvName('local')->console->run();
(new App())->console->run();