fix: remove console static files from loading

This commit is contained in:
Torsten Dittmann
2024-07-17 22:22:03 +02:00
parent 9c4f7dd108
commit 8bc75b2bbe
-2
View File
@@ -57,8 +57,6 @@ $http->on(Constant::EVENT_AFTER_RELOAD, function ($server, $workerId) {
Console::success('Reload completed...');
});
Files::load(__DIR__ . '/../console');
include __DIR__ . '/controllers/general.php';
$http->on(Constant::EVENT_START, function (Server $http) use ($payloadSize, $register) {