This commit is contained in:
2026-02-16 16:04:44 -05:00
parent 3848be32e8
commit 09d42b14c5

13
.vscode/launch.json vendored
View File

@@ -58,12 +58,19 @@
"name": "Vue: Frontend Tests",
"type": "node",
"request": "launch",
"runtimeExecutable": "npx",
"runtimeExecutable": "npm",
"windows": {
"runtimeExecutable": "npm.cmd"
},
"runtimeArgs": [
"vitest"
"run",
"test:unit"
],
"cwd": "${workspaceFolder}/frontend/vue-app",
"console": "integratedTerminal"
"console": "integratedTerminal",
"env": {
"PATH": "/opt/homebrew/bin:${env:PATH}"
}
}
],
"compounds": [