Jelajahi Sumber

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

vtugulan 3 hari lalu
induk
melakukan
969ab7f50c
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      .vscode/launch.json

+ 2 - 1
.vscode/launch.json

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