فهرست منبع

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