diff --git a/config/autoload/common.local.php.dist b/config/autoload/common.local.php.dist index 9d1276c4..f29c74b0 100644 --- a/config/autoload/common.local.php.dist +++ b/config/autoload/common.local.php.dist @@ -1,4 +1,5 @@ [ +// 'base_path' => '', 'fastroute' => [ FastRouteRouter::CONFIG_CACHE_ENABLED => false, ], diff --git a/config/autoload/swoole.local.php.dist b/config/autoload/swoole.local.php.dist index 5e12a5a3..2dda6f24 100644 --- a/config/autoload/swoole.local.php.dist +++ b/config/autoload/swoole.local.php.dist @@ -1,12 +1,13 @@ [ + 'expressive-swoole' => [ 'hot-code-reload' => [ 'enable' => true, ],