Files
kidsai/.vscode/tasks.json
2025-06-29 12:35:20 +02:00

13 lines
201 B
JSON

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