update npm scripts

This commit is contained in:
pluja 2024-02-19 09:29:19 +01:00
parent fb3021b959
commit 612541e700

View File

@ -10,8 +10,8 @@
"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 ./src/frontend/static/css/input.css -o ./src/frontend/static/css/style.css --watch",
"go:dev": "cd ./src && gow run . -dev",
"go:dev-scraper": "cd ./src && gow run . -dev -scrap"
"tw:watch": "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"
}
}