15 lines
276 B
JSON
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}",
|
|
},
|
|
]
|