Files
garden/.zed/tasks.json
2025-12-21 03:10:18 -05:00

9 lines
142 B
JSON

[
{
"label": "Build and Serve",
"command": "wsl",
"args": ["bash", "build-serve.sh"],
"cwd": "${ZED_WORKTREE_ROOT}",
},
]