UNPKG
create-chuntianxiaozhu
Version:
latest (1.1.3)
1.1.3
1.1.2
1.0.4
1.0.3
1.0.2
1.0.1
春天小猪模板工具
create-chuntianxiaozhu
/
template-nestjs-mysql
/
_vscode
/
launch.json
15 lines
(14 loc)
•
248 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"version"
:
"0.2.0"
,
"configurations"
:
[
{
"type"
:
"node"
,
"request"
:
"attach"
,
"name"
:
"Attach NestJS WS"
,
"port"
:
9229
,
"restart"
:
true
,
"stopOnEntry"
:
false
,
"protocol"
:
"inspector"
}
]
}