完成所有打包的功能点

This commit is contained in:
2022-11-25 16:00:57 +08:00
parent 8a41942ea6
commit ed3ef2609a
5 changed files with 166 additions and 78 deletions

View File

@@ -21,7 +21,6 @@ return [
'/^vendor/',
'/^config/',
'/^lib\//',
'/event\.php/',
'/middleware\.php/',
'/provider\.php/',
@@ -32,5 +31,14 @@ return [
'/^public\/router\.php/',
'/^app\/admin\/service\/initAdminData\/*/',
],
// 希望将env打包的文件
'pack_env_path'=>[
'/^app/',
'/^config/',
'/^database/',
'/^extend/',
'/^lib/',
'/^route/',
]
];