Add map debugging launch configuration for vscode.

This commit is contained in:
Dan Albert 2022-02-28 22:36:48 -08:00
parent 21ba1bea36
commit bd8aa0296b

10
client/.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,10 @@
{
"configurations": [
{
"type": "pwa-chrome",
"name": "http://localhost:3000",
"request": "launch",
"url": "http://localhost:3000"
}
]
}