gallery-frontend/pm2.json
Danyi Dávid 8f98dcb5e1 * deploy added
* semantic-ui removed
* image display reworked
2017-08-12 18:36:49 +02:00

14 lines
239 B
JSON

{
"apps" : [{
"name" : "gallery-frontend",
"script" : "./render.js",
"watch" : true,
"env": {
"NODE_ENV": "development"
},
"env_production" : {
"NODE_ENV": "production"
}
}]
}