Uecko_ERP/.vscode/tasks.json
2026-05-05 13:34:36 +02:00

13 lines
208 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "biome: check workspace",
"type": "shell",
"command": "pnpm biome check .",
"group": "test",
"problemMatcher": []
}
]
}