mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 18:42:49 +08:00
开始自动更新架构
This commit is contained in:
14
config/update.php
Normal file
14
config/update.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
$config = [];
|
||||
|
||||
$skip_files = [];
|
||||
|
||||
$skip_files[] = '/app/common/app/functions.php';
|
||||
$skip_files[] = '/app/common/app/listen.php';
|
||||
$skip_files[] = '/app/common/app/middleware.php';
|
||||
$skip_files[] = '/app/common/app/service.php';
|
||||
|
||||
$config['skip_files'] = $skip_files;
|
||||
|
||||
return $config;
|
||||
Reference in New Issue
Block a user