Browse Source

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

vtugulan 3 ngày trước cách đây
mục cha
commit
969ab7f50c
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      .vscode/launch.json

+ 2 - 1
.vscode/launch.json

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