From f08bc0350bf447b35740aa729564aeea12bac0b0 Mon Sep 17 00:00:00 2001 From: oamilkar Date: Fri, 25 Aug 2023 16:58:36 -0600 Subject: [PATCH] Fix path to vite configuration stub --- src/AdminLTELocalizedPreset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AdminLTELocalizedPreset.php b/src/AdminLTELocalizedPreset.php index 7e1d383..85f3206 100644 --- a/src/AdminLTELocalizedPreset.php +++ b/src/AdminLTELocalizedPreset.php @@ -55,7 +55,7 @@ public function install() */ protected static function updateViteConfiguration() { - copy(__DIR__.'../adminlte-stubs/bootstrap/vite.config.js', base_path('vite.config.js')); + copy(__DIR__.'/../adminlte-stubs/bootstrap/vite.config.js', base_path('vite.config.js')); } /**