chore: prettier

This commit is contained in:
Alexey Pyltsyn 2020-05-23 11:23:28 +03:00
parent 705f8f3c51
commit a7e4013d3b

View file

@ -31,7 +31,7 @@ Use the following code in VSCode to enable breakpoints. Please ensure you have a
"request": "launch",
"cwd": "${workspaceFolder}/website",
"program": "${workspaceFolder}/website/node_modules/@docusaurus/core/bin/docusaurus.js",
"args": ["start"],
"args": ["start"]
}
]
}