refactor: update Taskfile and documentation for LanceDB build commands

This commit is contained in:
mlogclub
2026-07-24 15:03:45 +08:00
parent e2a76ef54a
commit 4067bdb4bb
3 changed files with 117 additions and 112 deletions
+2 -2
View File
@@ -188,9 +188,9 @@ Default development URLs:
```bash
task dev # start backend and frontend development servers
task build # build the frontend SPA and current-platform Go binary into dist/
task build LANCEDB=1 # build the current-platform LanceDB binary into dist/
task build:lancedb # build the current-platform LanceDB binary into dist/
task release # build linux/darwin/windows release binaries into dist/
task release LANCEDB=1 # build LanceDB release binaries into dist/
task release:lancedb # build LanceDB release binaries into dist/
task generator # run code generation
task enums # generate frontend enums
task --list # show available tasks