gulp stuff

This commit is contained in:
Martin Donnelly 2017-08-06 00:35:35 +01:00
parent 9e3ef3bec6
commit 34c8e3fa20

23
process.json Normal file
View File

@ -0,0 +1,23 @@
{
"apps": [
{
"name": "nURL",
"script": "app.js",
"cwd": "/var/www/silvrtree",
"watch": true,
"ignore_watch": [
"node_modules"
],
"merge_logs": true,
"autorestart": true,
"restart_delay": 3500,
"max_memory_restart": "300M",
env: {
NODE_ENV: "prod"
},
env_production: {
NODE_ENV: "prod"
}
}
]
}