From cb1c3cea713606de7bc5b657159a2c56cd537ef2 Mon Sep 17 00:00:00 2001
From: filippo.bertilotti <filippobertilotti@gmail.com>
Date: Thu, 18 Apr 2024 09:16:35 +0200
Subject: [PATCH] spostamento file per esercizio su dns

---
 vite.config.js |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/vite.config.js b/vite.config.js
index 421b569..89f26f5 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -4,7 +4,10 @@
 export default defineConfig({
     plugins: [
         laravel({
-            input: ['resources/css/app.css', 'resources/js/app.js'],
+            input: [
+                'resources/css/app.css',
+                'resources/js/app.js',
+            ],
             refresh: true,
         }),
     ],

--
Gitblit v1.8.0