@wickr-sample-integrations/wickrio-example-app
Version:
WickrIO Node.js API example app
21 lines (20 loc) • 353 B
JSON
{
"apps": [{
"name": "WickrIO-Example-App",
"args": [],
"script": "node example-app.js",
"exec_interpreter": "none",
"autorestart": false,
"watch": [
"package.json"
],
"ignore_watch": [
".git"
],
"env": {
"tokens": {}
},
"out_file": "log.output",
"error_file": "err.output"
}]
}