Hello,
the very first (start)
call on the REPL fails for me like this:
43user> (start)
44Execution error at cprop.core/load-config (core.cljc:26).
45could not find a non empty configuration file to load. looked in the classpath (as a "resource") and on a file system via "conf" system property
46user>
I fixed this by copying the file, ./env/dev/resources/config.edn
, as dev-config.edn
in the project’s base directory. (I think I saw this somewhere while googling around.)
But I’m wondering if I missed something?
More importantly, what can I change so that I can load the config from ./env/dev/resources/config.edn
? Or is this not intended?
I created the project as indicated in the book… I think. I cannot find the history, but I made sure to issue the following command:
$ lein new luminus guestbook --template-version 3.91 -- +h2 +http-kit