12 lines
180 B
JSON
12 lines
180 B
JSON
|
|
{
|
||
|
|
"version": "2.0.0",
|
||
|
|
"tasks": [
|
||
|
|
{
|
||
|
|
"type": "npm",
|
||
|
|
"script": "start:dev",
|
||
|
|
"problemMatcher": [],
|
||
|
|
"label": "npm: start:dev",
|
||
|
|
"detail": "nest start --watch"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|