Files
penpot/exporter/scripts/watch
T

8 lines
77 B
Bash
Executable File

#!/usr/bin/env bash
TARGET=${1:-app};
set -ex
exec pnpm run watch:$TARGET