Improve badge performance

This commit is contained in:
Peter Stockings
2026-03-10 19:23:56 +11:00
parent dcef99c3bf
commit 808143f92b
5 changed files with 45 additions and 38 deletions

View File

@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"build": "npx tailwindcss -o ./app/static/css/tailwind.css --minify",
"serve": "npx tailwindcss -o ./app/static/css/tailwind.css --watch"
"serve": "npx tailwindcss -o ./app/static/css/tailwind.css --minify --watch"
},
"author": "",
"license": "ISC",