prettier bug

This commit is contained in:
2023-07-13 14:28:54 +00:00
parent 297658bab2
commit f290e9d039
154 changed files with 1734 additions and 193 deletions

View File

@@ -18,7 +18,7 @@
{
"match": "/api/.*(\\.ya?ml|js|env)$",
"isAsync": false,
"cmd": "docker compose -p tibi-docs restart tibiserver",
"cmd": "docker compose -f ${workspaceRoot}/docker-compose-local.yml restart tibiserver",
"event": "onFileChange"
}
],