Skip to content

Commit 7cb10cb

Browse files
committed
maybe?
1 parent a50c5b7 commit 7cb10cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
7-
"build": "next build && next export",
8-
"start": "pm2 serve ./out 8080 --no-daemon"
7+
"build": "next build && next export",
8+
"start": "npx serve -s out -l 8080"
99
},
1010
"dependencies": {
1111
"@heroicons/react": "^2.2.0",
1212
"next": "15.3.4",
1313
"nodemailer": "^7.0.4",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0",
16-
"pm2": "^5.4.5"
16+
"serve": "^14.2.0"
1717
},
1818
"devDependencies": {
1919
"@tailwindcss/postcss": "^4",

0 commit comments

Comments
 (0)