Files
vikunja/.zed/tasks.json
2025-06-24 12:10:34 +02:00

13 lines
262 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": "./frontend"
}
]