UNPKG
@godspeedsystems/core
Version:
latest (2.5.9)
2.5.9
2.5.8
2.5.7
2.5.6
2.5.5
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.4.8
2.4.7
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.2
2.3.1
2.3.0
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.3-with.tracing-2
2.0.3-with.tracing
2.0.2
2.0.1
2.0.0-pre-alpha
2.0.0-beta.3
2.0.0-beta.2
2.0.0-alpha.23
2.0.0-alpha.22
2.0.0-alpha.21
2.0.0-alpha.2
2.0.0-alpha.1
2.0.0-alpha
> 4th Generation Declarative Microservice Framework
@godspeedsystems/core
/
launch.json
14 lines
•
305 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"version"
:
"0.2.0"
,
"configurations"
: [ {
"type"
:
"node"
,
"request"
:
"launch"
,
"name"
:
"Launch Program"
,
"program"
:
"
${workspaceFolder}
/src/index.ts"
,
"outFiles"
: [
"
${workspaceFolder}
/dist/**/*.js"
] } ] }