chore(dev): add zed tasks
This commit is contained in:
parent
57dfdc5168
commit
8a6ad2be1f
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
Loading…
Reference in New Issue