feat: refactor audio token management and implement cover art retrieval
All checks were successful
Build and Push Docker Image / docker (push) Successful in 9s
All checks were successful
Build and Push Docker Image / docker (push) Successful in 9s
This commit is contained in:
40
.vscode/tasks.json
vendored
40
.vscode/tasks.json
vendored
@@ -1,22 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user