This commit is contained in:
parent
7f61ac8d94
commit
6df728d36e
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
|
@ -10,7 +10,10 @@
|
||||||
"name": "Launch Website in Chrome",
|
"name": "Launch Website in Chrome",
|
||||||
"url": "http://localhost:3000",
|
"url": "http://localhost:3000",
|
||||||
"webRoot": "${workspaceFolder}/lib/static",
|
"webRoot": "${workspaceFolder}/lib/static",
|
||||||
"preLaunchTask": "Build"
|
"preLaunchTask": "Build",
|
||||||
|
"pathMapping": {
|
||||||
|
"/": "${workspaceFolder}/src"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue