|
8 | 8 | "skipFiles": ["<node_internals>/**"], |
9 | 9 | "command": "npm run start:dev", |
10 | 10 | "cwd": "${workspaceFolder}/api", |
11 | | - "sourceMaps": true, |
12 | | - "resolveSourceMapLocations": [ |
13 | | - "${workspaceFolder}/api/**", |
14 | | - "!**/node_modules/**" |
15 | | - ], |
16 | | - "outFiles": ["${workspaceFolder}/api/dist/**/*.js"], |
17 | | - }, |
18 | | - { |
19 | | - "name": "Explorer API - Attach", |
20 | | - "type": "node", |
21 | | - "request": "attach", |
22 | | - "port": 9229, |
23 | | - "skipFiles": ["<node_internals>/**"], |
24 | | - "sourceMaps": true, |
25 | | - "resolveSourceMapLocations": [ |
26 | | - "${workspaceFolder}/api/**", |
27 | | - "!**/node_modules/**" |
28 | | - ], |
29 | | - "outFiles": ["${workspaceFolder}/api/dist/**/*.js"], |
30 | | - "restart": true |
31 | | - }, |
32 | | - { |
33 | | - "name": "Explorer Web-App - Debug", |
34 | | - "type": "node-terminal", |
35 | | - "request": "launch", |
36 | | - "command": "npm run dev", |
37 | | - "cwd": "${workspaceFolder}/web-app", |
38 | | - "skipFiles": ["<node_internals>/**"], |
39 | | - "sourceMaps": true, |
40 | | - "resolveSourceMapLocations": [ |
41 | | - "${workspaceFolder}/web-app/**", |
42 | | - "!**/node_modules/**" |
43 | | - ] |
44 | | - }, |
45 | | - { |
46 | | - "name": "Explorer Web-App - Chrome Debug", |
47 | | - "type": "chrome", |
48 | | - "request": "launch", |
49 | | - "url": "http://localhost:5173", |
50 | | - "webRoot": "${workspaceFolder}/web-app/src", |
51 | | - "sourceMaps": true, |
52 | | - "sourceMapPathOverrides": { |
53 | | - "webpack:///./src/*": "${webRoot}/*" |
54 | | - } |
55 | | - } |
56 | | - ], |
57 | | - "compounds": [ |
58 | | - { |
59 | | - "name": "Explorer Full Stack - Debug", |
60 | | - "configurations": [ |
61 | | - "Explorer API - Debug", |
62 | | - "Explorer Web-App - Debug" |
63 | | - ], |
64 | | - "stopAll": true, |
65 | | - "presentation": { |
66 | | - "hidden": false, |
67 | | - "group": "explorer" |
68 | | - } |
| 11 | + "sourceMaps": true |
69 | 12 | } |
70 | 13 | ] |
71 | 14 | } |
0 commit comments