diff --git a/.vscode/launch.json b/.vscode/launch.json index ffbad05..6a2144b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,9 +9,15 @@ }, { "name": "Next.js: debug client-side", - "type": "pwa-chrome", + "type": "chrome", "request": "launch", - "url": "http://localhost:3000" + "url": "http://localhost:3000", + "webRoot": "${workspaceFolder}/apps/web", + "sourceMaps": true, + "sourceMapPathOverrides": { + "webpack://_N_E/*": "${webRoot}/*" + }, + "skipFiles": ["**//**", "**/node_modules/**"] }, { "name": "Next.js: debug full stack",