My personal site cherry.computer
htmx tailwind axum askama
at main 9 lines 118 B view raw
1import htmx from "htmx.org"; 2 3declare global { 4 interface Window { 5 htmx: typeof htmx; 6 } 7} 8 9window.htmx = htmx;