We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a33596 + 51bf869 commit fe7dee7Copy full SHA for fe7dee7
1 file changed
resources/js/app.js
@@ -1,3 +1,9 @@
1
+/**
2
+ * @Author: Bernard Hanna
3
+ * @Date: 2025-01-29 14:25:28
4
+ * @Last Modified by: Bernard Hanna
5
+ * @Last Modified time: 2025-03-21 16:42:34
6
+ */
7
import './bootstrap';
8
import { createApp } from 'vue';
9
import ResourceForm from './components/ResourceForm.vue';
@@ -26,7 +32,7 @@ import PartnerGallery from './components/PartnerGallery.vue';
26
32
import { i18nVue } from 'laravel-vue-i18n';
27
33
28
34
const app = createApp({});
29
-
35
+console.log("🔥 Vite rebuild triggered: Mar 21");
30
36
app.use(authorizationPlugin);
31
37
app.use(i18nVue, {
38
resolve: async lang => {
0 commit comments