62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Start DEV Server",
|
|
"type": "shell",
|
|
"command": "echo -ne '\\033]0;DEV Webserver\\007'; npm run dev:https",
|
|
"options": {
|
|
"cwd": "C:\\Users\\Sonder\\Git\\ld_sysinfo-react-frontend"
|
|
},
|
|
"presentation": {
|
|
"panel": "dedicated",
|
|
"clear": true,
|
|
"showReuseMessage": false
|
|
},
|
|
"isBackground": true,
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "Start PROD Server",
|
|
"type": "shell",
|
|
"command": "echo -ne '\\033]0;PROD Webserver\\007'; npm run start:prod",
|
|
"options": {
|
|
"cwd": "C:\\Users\\Sonder\\Git\\ld_sysinfo-react-frontend"
|
|
},
|
|
"presentation": {
|
|
"panel": "dedicated",
|
|
"clear": true,
|
|
"showReuseMessage": false
|
|
},
|
|
"isBackground": true,
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "Open SCRATCH Terminal",
|
|
"detail": "SCRATCH Terminal",
|
|
"type": "shell",
|
|
"command": "echo -ne '\\033]0;SCRATCH Terminal\\007'; exec bash --login -i",
|
|
"options": {
|
|
"cwd": "C:\\Users\\Sonder\\Git\\ld_sysinfo-react-frontend"
|
|
},
|
|
"presentation": {
|
|
"panel": "dedicated",
|
|
"clear": true,
|
|
"showReuseMessage": false
|
|
},
|
|
"isBackground": true,
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "Launch All Terminals",
|
|
"dependsOn": [
|
|
"Start DEV Server",
|
|
"Start PROD Server",
|
|
"Open SCRATCH Terminal"
|
|
],
|
|
"dependsOrder": "parallel",
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
}
|