UNPKG
on-server
Version:
latest (0.0.1)
0.0.1
Run shell commands in the browser
on-server
/
config
/
pm2.config.js
9 lines
(8 loc)
•
101 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.
exports
= { apps: [ { script:
"index.js"
, name:
"on-server"
, }, ], };