Files
hitstar/.vscode/tasks.json
Elmar Kresse 8c5ca0044f
All checks were successful
Build and Push Docker Image / docker (push) Successful in 21s
Refactor code structure for improved readability and maintainability
2025-09-04 21:53:54 +02:00

14 lines
237 B
JSON

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