build(Makefile): make uniworxdb a compile- target instead of start-
This commit is contained in:
parent
02877e89b5
commit
b5e7b970e3
4
Makefile
4
Makefile
@ -274,9 +274,9 @@ static: node_modules assets esbuild.config.mjs
|
|||||||
npm run build
|
npm run build
|
||||||
well-known: static;
|
well-known: static;
|
||||||
|
|
||||||
# HELP(uniworxdb): clear and fill database. requires running postgres
|
# HELP(compile-uniworxdb): clear and fill database. requires running postgres
|
||||||
# TODO (db-m-$MIGRATION-backend): apply migration (see src/Model/Migration/Definition.hs for list of available migrations)
|
# TODO (db-m-$MIGRATION-backend): apply migration (see src/Model/Migration/Definition.hs for list of available migrations)
|
||||||
--start-uniworxdb: --compile-backend
|
--compile-uniworxdb: --compile-backend
|
||||||
SERVER_SESSION_ACID_FALLBACK=${SERVER_SESSION_ACID_FALLBACK:-true} ; \
|
SERVER_SESSION_ACID_FALLBACK=${SERVER_SESSION_ACID_FALLBACK:-true} ; \
|
||||||
AVSPASS=${AVSPASS:-nopasswordset} ; \
|
AVSPASS=${AVSPASS:-nopasswordset} ; \
|
||||||
stack $(--DEVELOPMENT) exec uniworxdb -- $(UNIWORXDB_OPTS)
|
stack $(--DEVELOPMENT) exec uniworxdb -- $(UNIWORXDB_OPTS)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user