mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 09:50:24 +00:00
16 lines
275 B
JSON
16 lines
275 B
JSON
{
|
|
"apps": [
|
|
{
|
|
"name": "zoff",
|
|
"script": "./server/app.js",
|
|
"watch": true,
|
|
"instances": "max",
|
|
"exec_mode": "cluster",
|
|
"ignore_watch": [
|
|
"./node_modules",
|
|
"./server/public/assets/images/thumbnails"
|
|
]
|
|
}
|
|
]
|
|
}
|