15 lines
236 B
JSON
15 lines
236 B
JSON
{
|
|
"version": "0.1.0",
|
|
"command": "npm",
|
|
"isShellCommand": true,
|
|
"showOutput": "always",
|
|
"suppressTaskName": true,
|
|
"tasks": [
|
|
{
|
|
"isBuildCommand": true,
|
|
"taskName": "build",
|
|
"args": ["start"]
|
|
}
|
|
]
|
|
}
|