conao3-sa 0.1.0

Local git diff reviewer with a TanStack Start frontend and an axum/async-graphql backend.
.PHONY: dev
dev:
	cargo watch -x 'run --bin serve'

.PHONY: dev-tauri
dev-tauri:
	cargo tauri dev

.PHONY: build
build:
	cargo tauri build

.PHONY: check
check:
	cargo check
	cargo clippy -- -D warnings

.PHONY: fmt
fmt:
	cargo fmt

.PHONY: clean
clean:
	cargo clean
	rm -rf ../dist