Skip to content

Commit

Permalink
perf: update launch
Browse files Browse the repository at this point in the history
  • Loading branch information
oeyoews committed Jun 26, 2024
1 parent 68fb02b commit 61f6072
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
"request": "launch",
"command": "pnpm run dev",
"cwd": "${workspaceFolder}"
},
{
"type": "node-terminal",
"name": "本地构建插件",
"request": "launch",
"command": "pnpm run build",
"cwd": "${workspaceFolder}"
}
]
}

0 comments on commit 61f6072

Please sign in to comment.