Fix browser path mapping
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Manuel Thalmann 2022-12-06 13:17:34 +01:00
parent 7f61ac8d94
commit 6df728d36e
No known key found for this signature in database
GPG key ID: 5FD9AD3CCDDBD27B

5
.vscode/launch.json vendored
View file

@ -10,7 +10,10 @@
"name": "Launch Website in Chrome",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}/lib/static",
"preLaunchTask": "Build"
"preLaunchTask": "Build",
"pathMapping": {
"/": "${workspaceFolder}/src"
}
}
]
}