build(backend): fix backend start.sh
This commit is contained in:
parent
415277c636
commit
b495fec65a
2
start.sh
2
start.sh
@ -38,7 +38,7 @@ unset HOST
|
||||
|
||||
if ! [ -z "$(which stack)" ]
|
||||
then
|
||||
stack --work-dir .stack-work-run exec -- yesod devel -p "$DEV_PORT_HTTP" -q "$DEV_PORT_HTTPS" $@
|
||||
stack --jobs 4 --work-dir .stack-work-run exec -- yesod devel -p "$DEV_PORT_HTTP" -q "$DEV_PORT_HTTPS" $@
|
||||
else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user