Updated build system.

This commit is contained in:
Bokuan Li
2026-01-05 20:11:28 -05:00
parent abbed78434
commit a807369ab0
12 changed files with 438 additions and 47 deletions

View File

@@ -5,4 +5,10 @@
"args": ["bash", "build-serve.sh"],
"cwd": "${ZED_WORKTREE_ROOT}",
},
{
"label": "Upload to Server",
"command": "wsl",
"args": ["bash", "upload.sh"],
"cwd": "${ZED_WORKTREE_ROOT}",
},
]