34 lines
646 B
JSON
34 lines
646 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "🚀 dev",
|
|
"type": "shell",
|
|
"command": "pnpm run dev",
|
|
"isBackground": true,
|
|
"problemMatcher": {
|
|
"owner": "vite",
|
|
"pattern": {
|
|
"regexp": "."
|
|
},
|
|
"background": {
|
|
"activeOnStart": true,
|
|
"beginsPattern": ".*VITE.*",
|
|
"endsPattern": ".*ready in.*"
|
|
}
|
|
},
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"presentation": {
|
|
"reveal": "always",
|
|
"panel": "new"
|
|
},
|
|
"runOptions": {
|
|
"instanceLimit": 1
|
|
}
|
|
}
|
|
]
|
|
}
|