10 lines
148 B
JSON
10 lines
148 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "build-agency-frontend",
|
|
"type": "shell",
|
|
"command": "docker compose build agency"
|
|
}
|
|
]
|
|
} |