#!/usr/bin/env bash TARGET=${1:-app}; set -ex rm -rf node_modules; corepack enable; corepack install; pnpm install; pnpm run watch:$TARGET