Files
game_logger/.vscode/tasks.json
2025-01-04 14:56:35 +01:00

20 lines
345 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "dev",
"problemMatcher": [],
"label": "npm: dev",
"detail": "Run the development environment"
},
{
"type": "npm",
"script": "build",
"group": "build",
"problemMatcher": [],
"label": "npm: build",
"detail": "Build the production server"
}
]
}