Public Access
1
0

fix: update vscode workflow

This commit is contained in:
2025-08-25 14:03:23 -04:00
parent 4b24a1ebcc
commit 4f2bcc03b1
2 changed files with 5 additions and 4 deletions

4
.vscode/tasks.json vendored
View File

@@ -19,7 +19,7 @@
"background": {
"activeOnStart": true,
"beginsPattern": "Attaching to",
"endsPattern": "Server at"
"endsPattern": "Debugger listening on"
}
}
]
@@ -27,7 +27,7 @@
{
"label": "docker-compose-down",
"type": "shell",
"command": "docker compose down"
"command": "docker compose -f docker-compose.dev.yml down"
}
]
}