Add option to launch all needed services for local development (#988)

Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
This commit is contained in:
Lauris BH
2022-06-17 17:24:49 +03:00
committed by GitHub
parent 08479390ff
commit 99f1b70570
3 changed files with 15 additions and 5 deletions

15
.vscode/launch.json vendored
View File

@@ -1,8 +1,16 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"compounds": [
{
"name": "Woodpecker CI",
"configurations": [
"Woodpecker UI",
"Woodpecker server",
"Woodpecker agent"
],
"stopAll": true
}
],
"configurations": [
{
"name": "Woodpecker server",
@@ -39,7 +47,6 @@
"start",
],
"cwd": "${workspaceFolder}/web",
"port": 3000,
"resolveSourceMapLocations": [
"${workspaceFolder}/web/**",
"!**/node_modules/**"