usse/Google_Maps_App_ReactsJS/.vscode/tasks.json

20 lines
329 B
JSON
Raw Normal View History

2023-02-20 22:38:24 +00:00
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "build",
"group": "build",
"problemMatcher": [],
"label": "npm: build",
"detail": "react-scripts build"
},
{
"type": "npm",
"script": "start",
"problemMatcher": [],
"label": "npm: start",
"detail": "react-scripts start"
}
]
}