tailwind command

This commit is contained in:
pluja 2024-02-25 18:19:06 +01:00
parent fbfdd075d7
commit fd58ec4e6e

View File

@ -10,7 +10,7 @@
"start": "npm run dev",
"dev": "npm run tw:watch & npm run go:dev",
"dev:scraper": "npm run tw:watch & npm run go:dev-scraper",
"tw:watch": "npx tailwindcss -i ./frontend/static/css/input.css -o ./frontend/static/css/style.css --watch",
"tww": "npx tailwindcss -i ./frontend/static/css/input.css -o ./frontend/static/css/style.css --watch",
"go:dev": "gow run . -dev",
"go:dev-scraper": "gow run . -dev -scrap"
}