#!/bin/sh set -eu pnpm install --frozen-lockfile exec pnpm dev --host "${HOST:-0.0.0.0}" --port "${PORT:-20013}"