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