Allow to restart pipelines that has warnings (#2939)

This commit is contained in:
Lauris BH
2023-12-13 15:11:05 +02:00
committed by GitHub
parent 6de5922408
commit c6ce23e933
3 changed files with 8 additions and 9 deletions

1
.vscode/launch.json vendored
View File

@@ -42,6 +42,7 @@
"runtimeArgs": ["start"],
"cwd": "${workspaceFolder}/web",
"resolveSourceMapLocations": ["${workspaceFolder}/web/**", "!**/node_modules/**"],
"envFile": "${workspaceFolder}/.env",
"skipFiles": ["<node_internals>/**"]
}
]