增加打包配置设置

This commit is contained in:
2022-11-26 10:23:43 +08:00
parent 9a04549c86
commit f4ff7eb1fb
3 changed files with 15 additions and 7 deletions

View File

@@ -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') {