From 51bf8697e136cc4435791b28122234c5bfd02902 Mon Sep 17 00:00:00 2001 From: bernardhanna Date: Fri, 21 Mar 2025 16:42:51 +0000 Subject: [PATCH] Trigger Vite rebuild by updating app.js --- resources/js/app.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/js/app.js b/resources/js/app.js index 53c4e4f73..c7ae30b57 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -1,3 +1,9 @@ +/** + * @Author: Bernard Hanna + * @Date: 2025-01-29 14:25:28 + * @Last Modified by: Bernard Hanna + * @Last Modified time: 2025-03-21 16:42:34 + */ import './bootstrap'; import { createApp } from 'vue'; import ResourceForm from './components/ResourceForm.vue'; @@ -26,7 +32,7 @@ import PartnerGallery from './components/PartnerGallery.vue'; import { i18nVue } from 'laravel-vue-i18n'; const app = createApp({}); - +console.log("🔥 Vite rebuild triggered: Mar 21"); app.use(authorizationPlugin); app.use(i18nVue, { resolve: async lang => {