19 lines
356 B
JSON
19 lines
356 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Run development webserver on startup",
|
|
"type": "shell",
|
|
"command": "npm run dev",
|
|
"windows": {
|
|
"command": "npm run dev"
|
|
},
|
|
"presentation": {
|
|
"reveal": "always",
|
|
"panel": "new"
|
|
},
|
|
"runOptions": { "runOn": "folderOpen" }
|
|
}
|
|
]
|
|
}
|