UNPKG
@leodigital/ckeditor5
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
LeoDigital CKEditor 5.
@leodigital/ckeditor5
/
testapi
/
pm2.json
16 lines
(14 loc)
•
274 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"apps"
:
[
{
"name"
:
"testapi"
,
"script"
:
"production.js"
,
"cwd"
:
"/Users/user0150/Work/study/vue/testapi"
,
"exec_mode"
:
"fork"
,
"max_memory_restart"
:
"1G"
,
"autorestart"
:
true
,
"node_args"
:
[
]
,
"args"
:
[
]
,
"env"
:
{
}
}
]
}