mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 15:37:33 +00:00
clean daemon if its running
This commit is contained in:
@@ -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": {
|
||||||
|
@@ -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": {
|
||||||
|
Reference in New Issue
Block a user