Files
myhealth/1.sources/MyHealth/ecosystem.json
2019-12-24 18:36:41 +01:00

10 lines
177 B
JSON

{
"apps" : [{
"name": "ANT",
"script": "start.sh",
"cwd": "./",
"ignore_watch": ["*.ear", "*.jar", "*.war", "./build/*", "./dist/*"],
"watch": true
}]
}