Created
January 10, 2021 17:59
-
-
Save DanJFletcher/2a8e9159b020d75a69e7a5166b9878be to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Netlify Debugging", | |
"type": "pwa-node", | |
"request": "launch", | |
"program": "${workspaceFolder}\\node_modules\\.bin\\netlify", | |
"runtimeArgs": ["run-script", "debug"], | |
"runtimeExecutable": "npm", | |
"skipFiles": ["<node_internals>/**"], | |
"resolveSourceMapLocations": [ | |
"${workspaceFolder}/**", | |
"!**/node_modules/**" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment