UNPKG
generator-anubhav-build-cap
Version:
latest (1.14.0)
1.14.0
1.13.0
1.12.0
1.11.0
1.10.0
1.9.0
1.8.0
1.7.0
1.6.0
Anubhav Trainings - Build BPA CAP App
www.youtube.com/channel/UCzEPlO_nyhiE1MkZiufl9iw
generator-anubhav-build-cap
/
generators
/
app
/
templates
/
.vscode
/
launch.json
21 lines
(20 loc)
•
377 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"version"
:
"0.2.0"
,
"configurations"
: [ {
"name"
:
"cds serve"
,
"request"
:
"launch"
,
"type"
:
"node"
,
"cwd"
:
"
${workspaceFolder}
"
,
"runtimeExecutable"
:
"cds"
,
"args"
: [
"serve"
,
"--with-mocks"
,
"--in-memory?"
],
"skipFiles"
: [
"<node_internals>/**"
] } ] }