From 101e76c0fa7e8cef772a59a2403a7088f985fb41 Mon Sep 17 00:00:00 2001 From: arifal Date: Fri, 28 Feb 2025 11:45:55 +0700 Subject: [PATCH] add js to vite --- vite.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vite.config.js b/vite.config.js index b6bb036..3a11f7f 100755 --- a/vite.config.js +++ b/vite.config.js @@ -97,6 +97,8 @@ export default defineConfig({ "resources/js/dashboards/pbg.js", // maps "resources/js/maps/maps-kml.js", + // laporan pimpinan + "resources/js/bigdata-resumes/index.js", ], refresh: true, }),