mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-02-01 22:47:40 +00:00
fix(dev): zed frontend task
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
// Project tasks configuration. See https://zed.dev/docs/tasks for documentation.
|
// Project tasks configuration. See https://zed.dev/docs/tasks for documentation.
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"label": "build and run api",
|
"label": "build and run api",
|
||||||
"command": "mage build && ./vikunja"
|
"command": "mage build && ./vikunja"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "run frontend dev",
|
"label": "run frontend dev",
|
||||||
"command": "pnpm dev",
|
"command": "pnpm dev",
|
||||||
"cwd": "./frontend"
|
"cwd": "$ZED_WORKTREE_ROOT/frontend"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user