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