From c1e28224aa2e1450031669d9a7e359b63e04687d Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 22 Jul 2026 19:40:59 +0200 Subject: Init --- .zed/tasks.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .zed/tasks.json (limited to '.zed/tasks.json') 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 @@ +// Project tasks configuration. See https://zed.dev/docs/tasks for documentation. +[ + { + "label": "Serve", + "command": "deno", + "args": ["run", "serve"] + } +] -- cgit v1.3.1