Skip to content

Commit

Permalink
Update configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
upacyxou committed Jan 12, 2024
1 parent 9ee1f52 commit aada911
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
postcss.config.js
postcss.config.cts
vite.config.ts
tailwind.config.js
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "frontend-starter",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"scripts": {
"start": "vite",
"build": "cross-env NODE_ENV=production tsc && vite build",
Expand Down Expand Up @@ -35,6 +36,7 @@
"prettier": "^3.2.0",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-tsconfig-paths": "^4.2.3"
Expand Down
4 changes: 3 additions & 1 deletion postcss.config.js → postcss.config.cts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module.exports = {
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}


0 comments on commit aada911

Please sign in to comment.