bootEnv(__DIR__ . '/../../.env'); // @phpstan-ignore-next-line argument.type $kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']); return new Application($kernel);