Fix devcontainer pnpm task

This commit is contained in:
Amaury Bodet
2025-04-24 10:53:30 +00:00
parent e277a8e1ea
commit f66c0b29fb

View File

@@ -174,8 +174,8 @@
{
"label": "Maintenance: Install Frontend Dependencies",
"description": "Install frontend (pnpm) dependencies",
"type": "pnpm",
"script": "install",
"type": "shell",
"command": "pnpm install",
"path": "src-ui",
"group": "clean",
"problemMatcher": [],