Build hot reload artifacts before worker restart
This commit is contained in:
@@ -21,8 +21,10 @@ class ServerProviders extends Providers
|
||||
public function onImport(): void
|
||||
{
|
||||
$server = $this->container->get(ServerCommand::class);
|
||||
$builder = $this->container->get(FileBuildCommand::class);
|
||||
|
||||
$console = $this->container->get(Application::class);
|
||||
$console->addCommand($server);
|
||||
$console->addCommand($builder);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user