Browse Source

update launch.json

Yuki Takei 1 year ago
parent
commit
fd14bf7f6e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .vscode/launch.json

+ 2 - 1
.vscode/launch.json

@@ -31,8 +31,9 @@
         "request": "launch",
         "name": "Debug: Server",
         "cwd": "${workspaceFolder}/apps/app",
-        "runtimeExecutable": "yarn",
+        "runtimeExecutable": "pnpm",
         "runtimeArgs": [
+          "run",
           "dev"
         ],
         "skipFiles": [