This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-04-28
Channels
- # aleph (3)
- # babashka (66)
- # beginners (96)
- # calva (45)
- # clj-kondo (28)
- # clojure (30)
- # clojure-dev (2)
- # clojure-europe (20)
- # clojure-germany (22)
- # clojure-norway (4)
- # clojurescript (176)
- # clojutre (1)
- # cursive (23)
- # datalog (6)
- # datomic (7)
- # docker (3)
- # emacs (3)
- # exercism (4)
- # figwheel-main (5)
- # fulcro (8)
- # gratitude (9)
- # hyperfiddle (8)
- # introduce-yourself (2)
- # jobs (2)
- # malli (4)
- # membrane (3)
- # off-topic (17)
- # polylith (3)
- # portal (2)
- # re-frame (27)
- # reitit (3)
- # releases (1)
- # remote-jobs (1)
- # shadow-cljs (152)
- # spacemacs (8)
- # tools-deps (15)
- # vscode (1)
- # xtdb (24)
In Polylith real world example here: https://github.com/furkan3ayraktar/clojure-polylith-realworld-example-app
How does env
pick the env.edn
file from root level in this file?
https://github.com/furkan3ayraktar/clojure-polylith-realworld-example-app/blob/master/components/env/src/clojure/realworld/env/core.clj
I'm running repl for my own project and components treat it's own folder as root level, not workspace root.
The expectation is that you start the REPL at the workspace level using the :dev
alias -- and env.edn
will be found since it is relative to the workspace root. Did you start the REPL inside the projects/...
folder? projects
are for building artifacts, not running REPLs.