Skip to content

Commit

Permalink
finish vite upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Cannonb4ll committed Jan 29, 2024
1 parent fa7c908 commit 1b50741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"private": true,
"type": "module",
"scripts": {
"watch": "vite",
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
export default {
plugins: {
'tailwindcss/nesting': {},
tailwindcss: {},
Expand Down

0 comments on commit 1b50741

Please sign in to comment.