Compare commits
4 Commits
0ab40f85a4
...
09d42b14c5
| Author | SHA1 | Date | |
|---|---|---|---|
| 09d42b14c5 | |||
| 3848be32e8 | |||
| 1aff366fd8 | |||
| 22889caab4 |
13
.vscode/launch.json
vendored
13
.vscode/launch.json
vendored
@@ -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": [
|
||||
|
||||
1
backend/.gitignore
vendored
1
backend/.gitignore
vendored
@@ -42,6 +42,7 @@ env/
|
||||
*.sqlite3
|
||||
data/db/*.json
|
||||
data/images/
|
||||
test_data/
|
||||
|
||||
# Flask
|
||||
instance/
|
||||
|
||||
Reference in New Issue
Block a user