diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-11-19 12:41:50 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-11-19 12:41:50 -0500 |
| commit | 9a2efe0545e1e695d45f8c7577c3899a6a648e53 (patch) | |
| tree | a0ef5a430639a00e2710a4cb2c61a11069fc2888 /tools | |
| parent | 496d14574a91dae10b00a37eb12d666df8e0622b (diff) | |
Patch out --host again; npm run format
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ if [ -z ${PILCROW_DEV+x} ]; then cargo run -- "$@" else - npm run dev -- --host 192.168.68.57 & PIDS[0]=$! + npm run dev -- & PIDS[0]=$! cargo run -- "$@" & PIDS[1]=$! trap "kill ${PIDS[*]}" SIGINT |
