ソースを参照

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/**"
       ]
     },
     {