added zed action

This commit is contained in:
bronkuu 2026-06-14 21:26:44 +02:00
parent 9ca9948e1b
commit 7feee7f8a3

11
.zed/tasks.json Normal file
View file

@ -0,0 +1,11 @@
[
{
"label": "Run",
"command": "go generate && go run . --dev",
"use_new_terminal": false,
"allow_concurrent_runs": false,
"reveal": "never",
"shell": "system",
"save": "all",
},
]