Updated shortcuts for compilations.
This commit is contained in:
8
.zed/tasks.json
Normal file
8
.zed/tasks.json
Normal file
@@ -0,0 +1,8 @@
|
||||
[
|
||||
{
|
||||
"label": "Build and Serve",
|
||||
"command": "wsl",
|
||||
"args": ["bash", "build-serve.sh"],
|
||||
"cwd": "${ZED_WORKTREE_ROOT}",
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user