import './bootstrap'; import Alpine from 'alpinejs'; import.meta.glob([ '../images/**', ]); window.Alpine = Alpine; Alpine.start();