build(Makefile): do not compile backend before starting yesod-devel

This commit is contained in:
Sarah Vaupel 2024-11-11 16:45:06 +01:00
parent 024d29fba8
commit f92ae96eb2

View File

@ -251,7 +251,7 @@ endif
fi
# HELP(start-backend): start yesod-devel instance
--start-backend: --compile-backend
--start-backend:
export DEV_PORT_HTTP=`cat $(CONTAINER_FILE) | grep 'DEV_PORT_HTTP=' | sed 's/DEV_PORT_HTTP=//'`; \
export DEV_PORT_HTTPS=`cat $(CONTAINER_FILE) | grep 'DEV_PORT_HTTPS=' | sed 's/DEV_PORT_HTTPS=//'`; \
export HOST=`hostname -s` ; \