mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 18:42:49 +08:00
完成所有打包的功能点
This commit is contained in:
@@ -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/',
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user