fix(dev): zed frontend task

This commit is contained in:
kolaente 2025-06-26 12:30:09 +02:00
parent 92198eb472
commit d5d4963498
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 9 additions and 9 deletions

View File

@ -7,6 +7,6 @@
{
"label": "run frontend dev",
"command": "pnpm dev",
"cwd": "./frontend"
"cwd": "$ZED_WORKTREE_ROOT/frontend"
}
]