Konserve error when trying to build using leiningen #494
chilip3pp3r
started this conversation in
Archive
Replies: 1 comment
-
I was able to resolve this by including |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am new to Clojure. (Coming from Python/Flask.)
I am building a Clojure web app on Heroku, and the recommended build system is leiningen. I would like to use Datahike but when I try to build with
project.clj
and leiningen (either locally or on Heroku), it fails:Building with
deps.edn
works locally:Building with
project.clj
does not:I want to apologize if I am making a trivial error. My best guess is this has something to with
environ.lein
. What is a good way to go about troubleshooting issues like this?Beta Was this translation helpful? Give feedback.
All reactions