From 35d05d5612aea6e6a9114e89fc0cfd4c1e4d62cb Mon Sep 17 00:00:00 2001 From: TiclemFR Date: Sat, 30 Dec 2023 09:58:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/app.js b/resources/js/app.js index fef39c56..84999180 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -9,7 +9,7 @@ createInertiaApp({ title: (title) => `${title}`, resolve: (name) => resolvePageComponent( - `./Pages/${name}.vue`, + // `./Pages/${name}.vue`, import.meta.glob("./Pages/**/*.vue") ), setup({ el, app, props, plugin }) {