28 lines
515 B
JSON
28 lines
515 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "dev server",
|
|
"type": "shell",
|
|
"command": "pnpm dev",
|
|
"isBackground": true,
|
|
"problemMatcher": {
|
|
"owner": "vite",
|
|
"pattern": [
|
|
{
|
|
"regexp": ".",
|
|
"file": 1,
|
|
"location": 2,
|
|
"message": 3
|
|
}
|
|
],
|
|
"background": {
|
|
"activeOnStart": true,
|
|
"beginsPattern": ".*",
|
|
"endsPattern": "Local:"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|