chrome debugger

손태권·2022년 5월 13일
0

크롬디버깅하기위한 설정 코드!


{
    "version": "0.2.0",
    "configurations": [
        {
            "type": "chrome",
            "request": "launch",
            "name": "chrome debugger",
            "url": "http://localhost:3000",
            "webRoot": "${workspaceFolder}/src"
        }
    ]
}
profile
TO DEV

0개의 댓글