Files
dcs-retribution/client/.vscode/launch.json
2022-02-28 22:37:06 -08:00

10 lines
208 B
JSON

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