theatre/.vscode/launch.json

11 lines
170 B
JSON
Raw Permalink Normal View History

2021-06-18 13:05:06 +02:00
{
"configurations": [
{
"type": "pwa-chrome",
"name": "Browser",
"request": "launch",
"url": "https://dev.theatre.local:10022/"
}
]
}