Skip to content

Commit bb59379

Browse files
committed
changing start to pm2
1 parent 1031f93 commit bb59379

File tree

4 files changed

+1359
-16
lines changed

4 files changed

+1359
-16
lines changed

ecosystem.config.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
module.exports = {
2+
apps: [
3+
{
4+
name: 'product-docs',
5+
script: 'npx',
6+
args: 'serve -s build -l 8080',
7+
env: {
8+
NODE_ENV: 'production',
9+
},
10+
},
11+
],
12+
};

0 commit comments

Comments
 (0)