We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0572902 commit 86015a5Copy full SHA for 86015a5
package.json
@@ -7,7 +7,7 @@
7
"build": "react-router build && sh scripts/fix_symlinks.sh",
8
"dev": "react-router dev",
9
"start": "react-router-serve ./build/server/index.js",
10
- "cluster": "pm2 start 'npx react-router-serve ./build/server/index.js' --name bgee-web -i 42",
+ "cluster": "pm2 start 'npx react-router-serve ./build/server/index.js' --name bgee-web -i 62",
11
"stop": "pm2 stop bgee-web",
12
"stop:all": "pm2 stop all",
13
"restart": "pm2 restart bgee-web",
0 commit comments