app = $app; } public function bootstrap(): void { $this->app->singleton(BaseVite::class, Vite::class); } public static function alwaysBootstrap(): bool { return false; } }