Skip to content
Snippets Groups Projects

Add task that start client, server and populate at the same time

Merged Björn Modée requested to merge 172-auto-populate into dev
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -104,6 +104,12 @@
"group": "build",
"dependsOn": ["Start server", "Start client"],
"problemMatcher": []
},
{
"label": "Start client, server and populate",
"group": "build",
"dependsOn": ["Start server", "Start client", "Populate database"],
"problemMatcher": []
}
]
}
Loading