feat: implement audio token generation and update streaming endpoints
All checks were successful
Build and Push Docker Image / docker (push) Successful in 21s
All checks were successful
Build and Push Docker Image / docker (push) Successful in 21s
This commit is contained in:
33
.vscode/tasks.json
vendored
33
.vscode/tasks.json
vendored
@@ -1,13 +1,22 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "start-dev",
|
||||
"type": "shell",
|
||||
"command": "npm run start",
|
||||
"isBackground": false,
|
||||
"problemMatcher": ["$eslint-stylish"],
|
||||
"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