Skip to content

Commit

Permalink
Remove vitejs warning by no longer using Vite CJS Node API
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianrbz committed Dec 16, 2024
1 parent 04c40a8 commit 5eb088c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"scripts": {
"dev": "bundle exec foreman start"
},
"type": "module",
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.19",
Expand Down
1 change: 1 addition & 0 deletions postcss.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = ({ env }) => ({ plugins: [ require('tailwindcss')(), require('autoprefixer')() ] })
6 changes: 0 additions & 6 deletions postcss.config.js

This file was deleted.

0 comments on commit 5eb088c

Please sign in to comment.