chore: Allow parallel rollup instances (#2499)

This commit is contained in:
Dermot Duffy
2026-06-30 17:45:13 -07:00
committed by dermotduffy
parent 04059920bb
commit f4c686c298
2 changed files with 2 additions and 48 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
{
"label": "Rollup",
"type": "shell",
"command": "${workspaceFolder}/.vscode/run-once.sh",
"args": ["/tmp/advanced-camera-card-rollup.pid", "10001", "yarn", "start"],
"command": "yarn",
"args": ["start"],
"problemMatcher": {
"pattern": [
{