clean daemon if its running

This commit is contained in:
Elio Bischof
2025-07-22 14:25:58 +02:00
parent 41ab4c0c57
commit 6b0404c1c5
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
"forwardPorts": [3001], "forwardPorts": [3001],
"remoteUser": "node", "remoteUser": "node",
"onCreateCommand": "pnpm install --frozen-lockfile --recursive", "onCreateCommand": "pnpm install --frozen-lockfile --recursive",
"postAttachCommand": "pnpm turbo daemon clean && pnpm turbo @zitadel/login#dev", "postAttachCommand": "pnpm turbo daemon clean || pnpm turbo @zitadel/login#dev",
"customizations": { "customizations": {
"jetbrains": { "jetbrains": {
"settings": { "settings": {

View File

@@ -11,7 +11,7 @@
"forwardPorts": [3001], "forwardPorts": [3001],
"remoteUser": "node", "remoteUser": "node",
"onCreateCommand": "pnpm install --frozen-lockfile --recursive", "onCreateCommand": "pnpm install --frozen-lockfile --recursive",
"postAttachCommand": "pnpm turbo daemon clean && pnpm turbo watch lint test:unit", "postAttachCommand": "pnpm turbo daemon clean || pnpm turbo watch lint test:unit",
"customizations": { "customizations": {
"jetbrains": { "jetbrains": {
"settings": { "settings": {