13 lines
265 B
JSON
13 lines
265 B
JSON
|
{
|
||
|
"apps": [
|
||
|
{
|
||
|
"name": "BetaWeb",
|
||
|
"script": "build/web/index.js",
|
||
|
"watch": false,
|
||
|
"ignore_watch" : ["node_modules", ".git", "public", "views", "package.json"],
|
||
|
"watch_options": {
|
||
|
"followSymlinks": false
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|