shlink/config/autoload/swoole.local.php.dist

13 lines
151 B
Text

<?php
declare(strict_types=1);
return [
'mezzio-swoole' => [
'hot-code-reload' => [
'enable' => true,
],
],
];