summaryrefslogtreecommitdiffstats
path: root/.zed/tasks.json
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2026-07-22 19:40:59 +0200
committerVolpeon <git@volpeon.ink>2026-07-22 19:40:59 +0200
commitc1e28224aa2e1450031669d9a7e359b63e04687d (patch)
tree68f3d8905c763a91f68001d868197effa92adafa /.zed/tasks.json
downloadcorvos-website-c1e28224aa2e1450031669d9a7e359b63e04687d.tar.gz
corvos-website-c1e28224aa2e1450031669d9a7e359b63e04687d.tar.bz2
corvos-website-c1e28224aa2e1450031669d9a7e359b63e04687d.zip
Init
Diffstat (limited to '.zed/tasks.json')
-rw-r--r--.zed/tasks.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/.zed/tasks.json b/.zed/tasks.json
new file mode 100644
index 0000000..b706900
--- /dev/null
+++ b/.zed/tasks.json
@@ -0,0 +1,8 @@
1// Project tasks configuration. See https://zed.dev/docs/tasks for documentation.
2[
3 {
4 "label": "Serve",
5 "command": "deno",
6 "args": ["run", "serve"]
7 }
8]