#!/usr/bin/env bash
#MISE description="Produce the static docs bundle at `site/.vitepress/dist`"
#MISE depends=["bake"]

bunx vitepress build site
