UNPKG
@wickr-sample-integrations/wickrio-example-app
Version:
latest (6.48.2)
6.48.2
6.48.1
WickrIO Node.js API example app
github.com/WickrInc/wickrio-example-app
WickrInc/wickrio-example-app
@wickr-sample-integrations/wickrio-example-app
/
forever.json
11 lines
(10 loc)
•
213 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"uid"
:
"wickrio-example-app"
,
"append"
:
true
,
"watch"
:
false
,
"script"
:
"./example-app.js"
,
"sourceDir"
:
""
,
"logFile"
:
"./log.output"
,
"outFile"
:
"./outfile.output"
,
"errFile"
:
"./err.output"
}