Skip to content

Commit e51939d

Browse files
committed
chore: add Debug nuxt-app
1 parent f547586 commit e51939d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.vscode/launch.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
55
"version": "0.2.0",
66
"configurations": [
7+
{
8+
"command": "npm run build",
9+
"name": "Debug nuxt-app",
10+
"request": "launch",
11+
"type": "node-terminal",
12+
"cwd": "${workspaceFolder}/apps/nuxt-app"
13+
},
714
{
815
"command": "npm run build",
916
"name": "Debug next-app",

0 commit comments

Comments
 (0)