Skip to content

Commit

Permalink
chore: add tailwind to dev command (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: ajstrongdev <[email protected]>
Co-authored-by: oklopfer <[email protected]>
  • Loading branch information
3 people authored Jan 20, 2025
1 parent ca99594 commit 0e2f9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"description": "Nextra docs template",
"scripts": {
"dev": "next dev",
"dev": "next dev & tailwindcss -i ./src/input.css -o ./dist/output.css --watch",
"build": "next build",
"start": "next start"
},
Expand Down

0 comments on commit 0e2f9e1

Please sign in to comment.