chore(dev): add zed tasks

This commit is contained in:
kolaente 2025-06-24 12:10:34 +02:00
parent 57dfdc5168
commit 8a6ad2be1f
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 12 additions and 0 deletions

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"
}
]