22 lines
562 B
JSON
22 lines
562 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Start Dev Server",
|
|
"type": "shell",
|
|
"command": "npx vite",
|
|
"isBackground": true,
|
|
"problemMatcher": {
|
|
"owner": "vite",
|
|
"pattern": {
|
|
"regexp": "^$"
|
|
},
|
|
"background": {
|
|
"activeOnStart": true,
|
|
"beginsPattern": "VITE",
|
|
"endsPattern": "Local:.*localhost"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |