浏览代码

feat: update VS Code launch configurations for Next.js debugging.

vtugulan 3 天之前
父节点
当前提交
969ab7f50c
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .vscode/launch.json

+ 2 - 1
.vscode/launch.json

@@ -33,7 +33,8 @@
       },
       "sourceMaps": true,
       "resolveSourceMapLocations": [
-        "${workspaceFolder}/**"
+        "${workspaceFolder}/out/**/*.js",
+        "!/node_modules/**"
       ]
     },
     {