unwind/scripts/dev-ui

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
88 B
Text
Raw Permalink Normal View History

2021-07-25 19:01:25 +02:00
#!/bin/sh -eu
cd "$RUN_DIR"/unwind-ui
[ -z "${DEBUG:-}" ] || set -x
exec npm run dev