Files
zoff/pm2.json
Kasper Rynning-Tønnesen bcb5641f90 Somewhat prettier css
2019-07-26 10:23:55 +02:00

20 lines
362 B
JSON

{
"apps": [
{
"name": "zoff",
"script": "./server/app.js",
"watch": true,
"ignore_watch": [
"./node_modules",
"./server/public/assets/images/thumbnails"
]
},
{
"name": "gulp",
"script": "./gulpfile.js",
"watch": true,
"ignore_watch": ["./node_modules", "./server/"]
}
]
}