Uecko_ERP/.vscode/tasks.json

13 lines
208 B
JSON
Raw Normal View History

2026-05-05 11:34:36 +00:00
{
"version": "2.0.0",
"tasks": [
{
"label": "biome: check workspace",
"type": "shell",
"command": "pnpm biome check .",
"group": "test",
"problemMatcher": []
}
]
}