added universal launcher
All checks were successful
Chore App Build and Push Docker Images / build-and-push (push) Successful in 44s

This commit is contained in:
2026-02-16 16:20:04 -05:00

6
.vscode/launch.json vendored
View File

@@ -68,8 +68,10 @@
],
"cwd": "${workspaceFolder}/frontend/vue-app",
"console": "integratedTerminal",
"env": {
"PATH": "/opt/homebrew/bin:${env:PATH}"
"osx": {
"env": {
"PATH": "/opt/homebrew/bin:${env:PATH}"
}
}
}
],