set windows-shell := ["pwsh.exe", "-NoLogo", "-Command"]

_default:
    @just --list

client:
    @pnpm -C "client" i
    @pnpm -C "client" build

server:
    cargo build

build: client server

publish:
    @pnpm -C "client" run publish