mirror of
https://github.com/go-vikunja/vikunja.git
synced 2025-12-05 19:16:51 -06:00
13 lines
307 B
JSON
13 lines
307 B
JSON
// 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": "$ZED_WORKTREE_ROOT/frontend"
|
|
}
|
|
]
|