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)" ]
|
if ! [ -z "$(which stack)" ]
|
||||||
then
|
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
|
else
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user