Skip to content

Commit

Permalink
Start correct processes in script/dev (#1779)
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron authored Jan 25, 2023
1 parent 29bea05 commit fcc58eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/dev
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ esac; done

if [ -n "$debug" ]; then
mkdir -p tmp/pids
overmind start --processes doctocat,assets > tmp/lookbook.log 2>&1 &
overmind start --processes js,css > tmp/lookbook.log 2>&1 &
echo $! > tmp/pids/lookbook.pid

# ensure we cleanup tmp files and overmind
Expand Down

0 comments on commit fcc58eb

Please sign in to comment.