Skip to content

Commit

Permalink
Update process.php
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor authored Oct 30, 2022
1 parent d141c32 commit ebf691b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/process.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
'reloadable' => false,
'constructor' => [
// Monitor these directories
'monitor_dir' => [
'monitor_dir' => array_merge([
app_path(),
config_path(),
base_path() . '/process',
base_path() . '/support',
base_path() . '/resource',
base_path() . '/.env',
],
], glob(base_path() . '/plugin/*/{app,process,config,resource,support}', GLOB_BRACE)),
// Files with these suffixes will be monitored
'monitor_extensions' => [
'php', 'html', 'htm', 'env'
Expand Down

0 comments on commit ebf691b

Please sign in to comment.