mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 10:02:49 +08:00
增加打包配置设置
This commit is contained in:
@@ -561,7 +561,7 @@ class Dist extends Command
|
||||
*/
|
||||
public function buildAllAppDir()
|
||||
{
|
||||
$list = $this->appFilesystem->listContents('');
|
||||
$list = $this->appFilesystem->listContents('app');
|
||||
|
||||
foreach ($list as $item) {
|
||||
if ($item['type'] != 'dir') {
|
||||
|
||||
Reference in New Issue
Block a user