Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Carson Gross 2024-03-26 15:56:50 -06:00
commit 0aed416dd6

View File

@ -33,5 +33,5 @@ EOF
# ESM script
cat > dist/htmx.esm.js << EOF
$(cat $HTMX_SRC)
export { htmx }
export default htmx
EOF