We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50c5b7 commit 7cb10cbCopy full SHA for 7cb10cb
package.json
@@ -4,16 +4,16 @@
4
"private": true,
5
"scripts": {
6
"dev": "next dev",
7
- "build": "next build && next export",
8
- "start": "pm2 serve ./out 8080 --no-daemon"
+ "build": "next build && next export",
+ "start": "npx serve -s out -l 8080"
9
},
10
"dependencies": {
11
"@heroicons/react": "^2.2.0",
12
"next": "15.3.4",
13
"nodemailer": "^7.0.4",
14
"react": "^19.0.0",
15
"react-dom": "^19.0.0",
16
- "pm2": "^5.4.5"
+ "serve": "^14.2.0"
17
18
"devDependencies": {
19
"@tailwindcss/postcss": "^4",
0 commit comments