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",
|
"name": "Vue: Frontend Tests",
|
||||||
"type": "node",
|
"type": "node",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"runtimeExecutable": "npx",
|
"runtimeExecutable": "npm",
|
||||||
|
"windows": {
|
||||||
|
"runtimeExecutable": "npm.cmd"
|
||||||
|
},
|
||||||
"runtimeArgs": [
|
"runtimeArgs": [
|
||||||
"vitest"
|
"run",
|
||||||
|
"test:unit"
|
||||||
],
|
],
|
||||||
"cwd": "${workspaceFolder}/frontend/vue-app",
|
"cwd": "${workspaceFolder}/frontend/vue-app",
|
||||||
"console": "integratedTerminal"
|
"console": "integratedTerminal",
|
||||||
|
"env": {
|
||||||
|
"PATH": "/opt/homebrew/bin:${env:PATH}"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"compounds": [
|
"compounds": [
|
||||||
|
|||||||
1
backend/.gitignore
vendored
1
backend/.gitignore
vendored
@@ -42,6 +42,7 @@ env/
|
|||||||
*.sqlite3
|
*.sqlite3
|
||||||
data/db/*.json
|
data/db/*.json
|
||||||
data/images/
|
data/images/
|
||||||
|
test_data/
|
||||||
|
|
||||||
# Flask
|
# Flask
|
||||||
instance/
|
instance/
|
||||||
|
|||||||
Reference in New Issue
Block a user