Skip to content

Commit 456e514

Browse files
committed
build: drop next export; upgrade Tailwind 4; sync lock
1 parent 478ac03 commit 456e514

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
"name": "my-portfolio",
33
"version": "0.1.0",
44
"private": true,
5-
65
"scripts": {
76
"dev": "next dev",
8-
"build": "next build && next export",
7+
"build": "next build",
98
"start": "npx serve -s out -l 8080"
109
},
11-
1210
"dependencies": {
1311
"@heroicons/react": "^2.2.0",
1412
"next": "15.3.4",
@@ -17,7 +15,6 @@
1715
"react-dom": "^19.0.0",
1816
"serve": "14.2.4"
1917
},
20-
2118
"devDependencies": {
2219
"tailwindcss": "4.1.4",
2320
"@tailwindcss/postcss": "4.1.4",

postcss.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default {
22
plugins: {
3-
"@tailwindcss/postcss": {}, // Tailwind v4 bridge
3+
"@tailwindcss/postcss": {}
44
}
55
};

0 commit comments

Comments
 (0)