build(backend): fix backend start.sh

This commit is contained in:
Sarah Vaupel 2024-10-16 17:09:18 +02:00
parent 415277c636
commit b495fec65a

View File

@ -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