# ForgeDB — root entry points. Everything runnable from the repo root; no `cd`.
# Rust workflows use cargo directly (see CLAUDE.md). JS/desktop workflows for the
# inspector app are wrapped here so they never require cd-ing into apps/inspector.
BUN :=
INSPECTOR :=
:
## Install the inspector app's JS dependencies.
:
## Run the inspector frontend in a browser (web-first dev; no desktop shell).
:
## Build the inspector frontend to a static export (apps/inspector/out).
:
## Typecheck the inspector frontend.
:
## Run the inspector as a Tauri desktop app. Uses the local `@tauri-apps/cli`
## devDep (via `bun run tauri`) — no global `cargo install tauri-cli` needed.
## Tauri runs `beforeDevCommand` (bun run dev) from apps/inspector automatically.
:
## Build the inspector desktop app for release (bundles the static export).
: