diff options
Diffstat (limited to 'tools/run')
| -rwxr-xr-x | tools/run | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2,8 +2,7 @@ ## tools/run [ARGS...] -if [ -z ${HI_DEV+x} ]; then - tools/build-ui +if [ -z ${PILCROW_DEV+x} ]; then cargo run -- "$@" else npm run dev -- --host 192.168.68.57 & PIDS[0]=$! |
