From 1b6057673abe15ae49d6c9836e3faf59050524e4 Mon Sep 17 00:00:00 2001
From: philipp lang <philipp@aweos.de>
Date: Tue, 29 Oct 2024 00:21:15 +0100
Subject: [PATCH] Add Vite facade

---
 config/app.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/app.php b/config/app.php
index 8d12c9b2..175422f4 100644
--- a/config/app.php
+++ b/config/app.php
@@ -233,6 +233,7 @@ return [
         'URL' => Illuminate\Support\Facades\URL::class,
         'Validator' => Illuminate\Support\Facades\Validator::class,
         'View' => Illuminate\Support\Facades\View::class,
+        'Vite' => Illuminate\Support\Facades\Vite::class,
         'Inertia' => \Inertia\Inertia::class,
     ],
 ];