mirror of
https://github.com/haveno-dex/haveno-ui.git
synced 2024-10-01 07:35:39 -04:00
a0c7875391
- create account - login - change password - haveno hooks - electron-store hooks - haveno-ts --- Authored-by: schowdhuri Reviewed-by: localredhead
26 lines
485 B
JSON
26 lines
485 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "TS Watch",
|
|
"type": "process",
|
|
"command": "./.vscode/tscwatch.sh",
|
|
"isBackground": true,
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"presentation": {
|
|
"reveal": "never",
|
|
"echo": false,
|
|
"focus": false,
|
|
"panel": "shared"
|
|
},
|
|
"problemMatcher": "$tsc-watch",
|
|
"runOptions": {
|
|
"runOn": "folderOpen"
|
|
}
|
|
}
|
|
]
|
|
}
|