add: littleweb base
This commit is contained in:
parent
07a23f505b
commit
c4de17058b
20 changed files with 457 additions and 8 deletions
4
justfile
4
justfile
|
@ -8,3 +8,7 @@ fix:
|
|||
|
||||
doc:
|
||||
cargo doc --document-private-items --no-deps
|
||||
|
||||
test:
|
||||
cd example && LITTLEWEB=true PORT=4119 cargo run &
|
||||
cd example && cargo run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue