mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-25 01:42:00 +03:00
21 lines
427 B
JSON
21 lines
427 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"label": "dashy start",
|
||
|
"type": "npm",
|
||
|
"script": "dev",
|
||
|
"isBackground": true,
|
||
|
"problemMatcher": [
|
||
|
{
|
||
|
"base": "$tsc-watch",
|
||
|
"background": {
|
||
|
"activeOnStart": true,
|
||
|
"beginsPattern": "Starting development server",
|
||
|
"endsPattern": "Compiled successfully"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
}
|
||
|
]
|
||
|
}
|