unwind/scripts/dev-ui
2021-07-28 23:08:10 +02:00

7 lines
88 B
Bash
Executable file

#!/bin/sh -eu
cd "$RUN_DIR"/unwind-ui
[ -z "${DEBUG:-}" ] || set -x
exec npm run dev