Skip to content

Commit d5ef264

Browse files
author
Andrea Aramini, INI-MBM-BNC (EXT)
committed
🚀 deploy: deploy
1 parent f3cd77c commit d5ef264

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "portfolio-frontend",
33
"version": "0.1.0",
44
"private": true,
5-
"type": "module",
65
"scripts": {
76
"dev": "next dev",
87
"build": "next build",

postcss.config.js

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
export const plugins = {
2-
tailwindcss: {},
3-
autoprefixer: {},
1+
module.exports = {
2+
plugins: {
3+
tailwindcss: {},
4+
autoprefixer: {},
5+
},
46
};
File renamed without changes.

0 commit comments

Comments
 (0)