AutoBuild at change, Special HTMX Indicator Inline, modernate Feed Inline and other small things

This commit is contained in:
2025-02-01 20:37:41 +01:00
parent abb333da54
commit 045b0f5ec0
8 changed files with 64 additions and 34 deletions

View File

@@ -2,6 +2,10 @@
"name": "htmxtailwindtest",
"version": "1.0.0",
"license": "ISC",
"scripts": {
"devrun": "watchexec -r -e js,css,html 'tailwindcss -i styles/tailwind.css -o autoassets/main.css;cargo run'",
"compile": "tailwindcss -i styles/tailwind.css -o autoassets/main.css"
},
"devDependencies": {
"@tailwindcss/cli": "^4.0.3",
"daisyui": "5.0.0-beta.6",