mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
12 lines
224 B
JSON
12 lines
224 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "node-terminal",
|
|
"name": "Admin: test",
|
|
"request": "launch",
|
|
"command": "yarn run test",
|
|
"cwd": "${workspaceFolder}/admin"
|
|
}
|
|
]
|
|
} |