update CLAUDE.md, README.md and justfile

This commit is contained in:
2026-05-15 11:05:45 +02:00
parent 2bbd2ac869
commit 2e3d6a9abb
8 changed files with 56 additions and 228 deletions
+4 -7
View File
@@ -1,15 +1,12 @@
export RUSTFLAGS := "-C target-cpu=native"
export WEBKIT_DISABLE_COMPOSITING_MODE := "1"
server:
cargo build -p lanspread-server
client:
cargo tauri dev
buildclient:
build:
cargo tauri build --no-bundle -- --profile dev
run:
cargo tauri dev
fmt:
cargo +nightly fmt