Feat: Alpine and Lucide bootstrapping

This commit is contained in:
2026-02-26 13:52:08 -08:00
parent 46e4ff35cd
commit d1917ccb0b

8
src/main.js Normal file
View File

@@ -0,0 +1,8 @@
import Alpine from "alpinejs";
import { createIcons } from "lucide";
import "./styles.css";
window.Alpine = Alpine;
Alpine.start();
document.addEventListener("DOMContentLoaded", () => createIcons());