Skip to content

Commit b3d4215

Browse files
committed
Update packages, add pm2 env
1 parent cd33a57 commit b3d4215

File tree

4 files changed

+10082
-3426
lines changed

4 files changed

+10082
-3426
lines changed

ecosystem.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module.exports = {
2+
apps : [{
3+
name : "portfolio-react",
4+
script : "yarn",
5+
args : "start -p 3001",
6+
env: {
7+
}
8+
}]
9+
}

0 commit comments

Comments
 (0)