build(Makefile): switch back to yesod-devel for start-backend
This commit is contained in:
parent
fbc8271e86
commit
ebbf52dd15
2
Makefile
2
Makefile
@ -271,7 +271,7 @@ endif
|
|||||||
export RIBBON=$${RIBBON:-$${HOST:-localhost}} ; \
|
export RIBBON=$${RIBBON:-$${HOST:-localhost}} ; \
|
||||||
export APPROOT=$${APPROOT:-http://localhost:$${DEV_PORT_HTTP}} ; \
|
export APPROOT=$${APPROOT:-http://localhost:$${DEV_PORT_HTTP}} ; \
|
||||||
export AVSPASS=$${AVSPASS:-nopasswordset} ; \
|
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
|
# HELP(compile-backend): compile backend binaries
|
||||||
--compile-backend:
|
--compile-backend:
|
||||||
stack build $(STACK_CORES) --fast --profile --library-profiling --executable-profiling --flag uniworx:-library-only $(--DEVELOPMENT) --local-bin-path $$(pwd)/bin --copy-bins
|
stack build $(STACK_CORES) --fast --profile --library-profiling --executable-profiling --flag uniworx:-library-only $(--DEVELOPMENT) --local-bin-path $$(pwd)/bin --copy-bins
|
||||||
|
|||||||
Reference in New Issue
Block a user