mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-11 17:48:44 -05:00
chore(dev): add zed tasks
This commit is contained in:
12
.zed/tasks.json
Normal file
12
.zed/tasks.json
Normal 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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user