We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ec8f4 commit d752ef3Copy full SHA for d752ef3
template.distillery/Makefile.options
@@ -24,13 +24,13 @@ CLIENT_FILES := $(wildcard *.eliomi *.eliom) \
24
SERVER_ELIOM_PACKAGES := ocsigen-start.server
25
26
# OCamlfind packages for the server
27
-SERVER_PACKAGES := lwt_ppx js_of_ocaml-ppx.deriving ppx_deriving.std
+SERVER_PACKAGES := lwt_log lwt_ppx js_of_ocaml-ppx.deriving ppx_deriving.std
28
29
# OCamlfind packages for database access
30
SERVER_DB_PACKAGES := pgocaml.syntax
31
32
# OCamlfind packages for the client
33
-CLIENT_PACKAGES := lwt_ppx js_of_ocaml-ppx js_of_ocaml-ppx.deriving \
+CLIENT_PACKAGES := lwt_log lwt_ppx js_of_ocaml-ppx js_of_ocaml-ppx.deriving \
34
ppx_deriving.std ocsigen-start.client base
35
36
# Automatically install packages via NPM
0 commit comments