refactor:在模块 .runtime 文件中记录是否开启纯净模式安装

This commit is contained in:
妙码生花 2023-10-16 01:24:38 +08:00
parent ce581a11ee
commit 09b9eae48d

View File

@ -500,7 +500,8 @@ class Server
}
file_put_contents($runtimeFilePath, json_encode([
'files' => $filePaths
'files' => $filePaths,
'pure' => Config::get('buildadmin.module_pure_install'),
]));
}