So the terminal isn't split 4 ways, making it very hard to see what's happening Co-authored-by: Chris Hasson <[email protected]>
@@ -22,10 +22,10 @@
"type": "shell",
"command": "npx",
"args": ["nodemon", "--watch", "pnpm-lock.yaml", "--exec", "pnpm install"],
- "group": "build",
+ "group": "none",
"isBackground": true,
"presentation": {
- "group": "watch",
"reveal": "always"
},
"problemMatcher": {
@@ -86,11 +86,11 @@
"dependsOn": ["watch:pnpm"],
"command": "npx turbo watch:tsc",
"problemMatcher": "$tsc-watch",
}