Update launch.json

This commit is contained in:
Felicio Mununga 2022-09-19 10:47:33 +02:00 committed by GitHub
parent a951c8e95c
commit 6f965e737a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

3
.vscode/launch.json vendored
View File

@ -15,8 +15,7 @@
"sourceMaps": true, "sourceMaps": true,
"env": { "env": {
"DEBUG": "*", "DEBUG": "*",
"NODE_ENV": "test", "VITE_NODE": "true"
"VITEST": "true"
} }
}, },
{ {