chore(dev): add zed tasks

This commit is contained in:
kolaente
2025-06-24 12:10:34 +02:00
parent 57dfdc5168
commit 8a6ad2be1f

12
.zed/tasks.json Normal file
View File

@@ -0,0 +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"
}
]