7 lines
88 B
Bash
Executable file
7 lines
88 B
Bash
Executable file
#!/bin/sh -eu
|
|
|
|
cd "$RUN_DIR"/unwind-ui
|
|
|
|
[ -z "${DEBUG:-}" ] || set -x
|
|
|
|
exec npm run dev
|