#!/usr/bin/env bash

TARGET=${1:-app};

set -ex

exec pnpm run watch:$TARGET
