13 lines
201 B
JSON
13 lines
201 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Start KidsAI Explorer",
|
|
"type": "shell",
|
|
"command": "npm start",
|
|
"group": "build",
|
|
"isBackground": true,
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
} |