Skip to content

Commit e47b297

Browse files
committed
Add PM2 script to package.json for process management
1 parent 1ea7610 commit e47b297

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"scripts": {
66
"build": "next build",
77
"dev": "next dev",
8-
"start": "next start"
8+
"start": "next start",
9+
"pm2": "pm2 start npm --name \"minima-docs\" -- start"
910
},
1011
"dependencies": {
1112
"@radix-ui/react-separator": "^1.1.0",

0 commit comments

Comments
 (0)