diff options
Diffstat (limited to '.zed/tasks.json')
| -rw-r--r-- | .zed/tasks.json | 8 |
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 | ] | ||
