24 lines
474 B
JSON
24 lines
474 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "flutter analyze",
|
|
"type": "shell",
|
|
"command": "cd app && flutter analyze",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "flutter test",
|
|
"type": "shell",
|
|
"command": "cd app && flutter test",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "docker compose up",
|
|
"type": "shell",
|
|
"command": "docker compose up baron-safe-web",
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
}
|