fix(dev): zed frontend task
This commit is contained in:
parent
92198eb472
commit
d5d4963498
|
|
@ -1,12 +1,12 @@
|
|||
// Project tasks configuration. See https://zed.dev/docs/tasks for documentation.
|
||||
[
|
||||
{
|
||||
"label": "build and run api",
|
||||
"command": "mage build && ./vikunja"
|
||||
},
|
||||
{
|
||||
"label": "run frontend dev",
|
||||
"command": "pnpm dev",
|
||||
"cwd": "./frontend"
|
||||
}
|
||||
{
|
||||
"label": "build and run api",
|
||||
"command": "mage build && ./vikunja"
|
||||
},
|
||||
{
|
||||
"label": "run frontend dev",
|
||||
"command": "pnpm dev",
|
||||
"cwd": "$ZED_WORKTREE_ROOT/frontend"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue