This commit is contained in:
2021-08-19 15:40:28 +08:00
parent f371589935
commit c2a46396ff
+1 -1
View File
@@ -86,7 +86,7 @@ class Application extends BaseApplication
*/
public function withFileChangeListen()
{
$manager = di(ServerManager::class);
$manager = $this->getServer();
$manager->addProcess(FileChangeCustomProcess::class);
putenv('enableFileChange=on');