Files
garden/.zed/tasks.json
2026-01-05 20:11:28 -05:00

15 lines
276 B
JSON

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