dev: uv run python -m physix.server.app --host 127.0.0.1 --port 8000 & cd frontend && pnpm install --frozen-lockfile --silent && pnpm dev .PHONY: dev