From ebbf52dd15cb44458155c026691a37b795b7c312 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Sun, 24 Nov 2024 02:01:02 +0100 Subject: [PATCH] build(Makefile): switch back to yesod-devel for start-backend --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4afb02c10..f7904ddbb 100644 --- a/Makefile +++ b/Makefile @@ -271,7 +271,7 @@ endif export RIBBON=$${RIBBON:-$${HOST:-localhost}} ; \ export APPROOT=$${APPROOT:-http://localhost:$${DEV_PORT_HTTP}} ; \ export AVSPASS=$${AVSPASS:-nopasswordset} ; \ - ./bin/uniworx + stack $(STACK_CORES) exec --local-bin-path $$(pwd)/bin --copy-bins -- yesod devel -p "$${DEV_PORT_HTTP}" -q "$${DEV_PORT_HTTPS}" # HELP(compile-backend): compile backend binaries --compile-backend: stack build $(STACK_CORES) --fast --profile --library-profiling --executable-profiling --flag uniworx:-library-only $(--DEVELOPMENT) --local-bin-path $$(pwd)/bin --copy-bins