summaryrefslogtreecommitdiffstats
path: root/.zed/tasks.json
blob: b706900b54a33b372e7f4229b70d11bd0a8181c6 (plain) (blame)
1
2
3
4
5
6
7
8
// Project tasks configuration. See https://zed.dev/docs/tasks for documentation.
[
	{
		"label": "Serve",
		"command": "deno",
		"args": ["run", "serve"]
	}
]