roles-bot/.vscode/settings.json
oliminator 0c6a17234f web
2021-12-21 15:03:13 +01:00

10 lines
No EOL
220 B
JSON

{
"liveServer.settings.port": 5501,
"liveSassCompile.settings.formats": [
{
"format": "expanded",
"extensionName": ".css",
"savePath": "/src/web/dist"
}
]
}