Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
harrylbi committed Oct 14, 2024
2 parents b6167f1 + 9bb7e99 commit 563e6d0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@
"express": "^4.21.1",
"flowbite": "^2.5.1",
"tailwind-typewriter": "^1.0.1"
}
},
"scripts": {
"dev": "tailwindcss -i ./src/input.css -o ./dist/style.css --watch",
"build": "tailwindcss -i ./src/input.css -o ./dist/style.css --minify"
}

}

0 comments on commit 563e6d0

Please sign in to comment.