Files
hitstar/.vscode/tasks.json
Elmar Kresse d89647cd5e
All checks were successful
Build and Push Docker Image / docker (push) Successful in 9s
feat: refactor audio token management and implement cover art retrieval
2025-09-04 22:52:52 +02:00

21 lines
387 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "start-dev",
"type": "shell",
"command": "npm run start",
"isBackground": false,
"problemMatcher": ["$eslint-stylish"],
"group": "build"
},
{
"label": "start-dev",
"type": "shell",
"command": "npm run start",
"isBackground": false,
"group": "build"
}
]
}