add ecosystem.json for pm2 configuration
This commit is contained in:
parent
821e6d418f
commit
7fb7aab6f7
1 changed files with 7 additions and 0 deletions
7
ecosystem.json
Normal file
7
ecosystem.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"name": "p5js-web-editor",
|
||||
"script": "index.js",
|
||||
"env": {
|
||||
"NODE_ENV": "production"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue