9 lines
142 B
JSON
9 lines
142 B
JSON
[
|
|
{
|
|
"label": "Build and Serve",
|
|
"command": "wsl",
|
|
"args": ["bash", "build-serve.sh"],
|
|
"cwd": "${ZED_WORKTREE_ROOT}",
|
|
},
|
|
]
|