Skip to content

Commit

Permalink
refactor:在模块 .runtime 文件中记录是否开启纯净模式安装
Browse files Browse the repository at this point in the history
  • Loading branch information
build-admin committed Oct 15, 2023
1 parent ce581a1 commit 09b9eae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/admin/library/module/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,8 @@ public static function createRuntime(string $dir): void
}

file_put_contents($runtimeFilePath, json_encode([
'files' => $filePaths
'files' => $filePaths,
'pure' => Config::get('buildadmin.module_pure_install'),
]));
}

Expand Down

0 comments on commit 09b9eae

Please sign in to comment.