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

2
.vscode/launch.json vendored
View File

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