Prepare migration to Tailwind

This commit is contained in:
kbe
2025-08-20 11:21:40 +02:00
parent aabcd5eaa2
commit 30a3080480
2637 changed files with 9119 additions and 508739 deletions

10
assets/js/app.js Normal file
View File

@@ -0,0 +1,10 @@
// Import Alpine.js
import Alpine from 'alpinejs'
// Make Alpine available on the window object
window.Alpine = Alpine
// Initialize Alpine
Alpine.start()
console.log("Hello world");