mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-04-11 19:28:30 +00:00
"Building a Desktop LLM App with cpp-httplib" (#2403)
This commit is contained in:
9
justfile
9
justfile
@@ -46,11 +46,8 @@ build:
|
||||
bench:
|
||||
@(cd benchmark && make bench-all)
|
||||
|
||||
docs:
|
||||
@cargo build --release --manifest-path docs-gen/Cargo.toml
|
||||
@./docs-gen/target/release/docs-gen build docs-src --out docs
|
||||
|
||||
docs-serve:
|
||||
@cargo build --release --manifest-path docs-gen/Cargo.toml
|
||||
-@./docs-gen/target/release/docs-gen serve docs-src --open
|
||||
-@docs-gen serve docs-src --open
|
||||
|
||||
docs-check:
|
||||
@docs-gen check docs-src
|
||||
|
||||
Reference in New Issue
Block a user