theatre/.vscode/launch.json
2021-06-18 13:05:06 +02:00

10 lines
170 B
JSON

{
"configurations": [
{
"type": "pwa-chrome",
"name": "Browser",
"request": "launch",
"url": "https://dev.theatre.local:10022/"
}
]
}