mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-14 19:07:41 +01:00
18 lines
343 B
JSON
18 lines
343 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Application",
|
||
|
"type": "pwa-chrome",
|
||
|
"request": "launch",
|
||
|
"runtimeArgs": [
|
||
|
"--disable-features=Translate",
|
||
|
"--incognito"
|
||
|
],
|
||
|
"url": "http://localhost:8000/mkdocs-material/",
|
||
|
"webRoot": ".",
|
||
|
"smartStep": true
|
||
|
}
|
||
|
]
|
||
|
}
|