mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-05-02 02:02:31 +00:00
16 lines
302 B
JSON
16 lines
302 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Dev Dashboard: Up",
|
|
"type": "shell",
|
|
"command": "docker compose -f docker-compose.dashboard-dev.yml up -d",
|
|
"problemMatcher": [],
|
|
"presentation": {
|
|
"reveal": "always",
|
|
"panel": "new"
|
|
}
|
|
}
|
|
]
|
|
}
|