clojurescript

gtbono 2024-12-18T01:14:15.376039Z

folks, in leiningen I can set global configurations and profiles so in each project I can use them without changing anything. Is there something like this in clojurescript, shadow-cljs and deps.edn? so I can set scope-capture once and all projects could use it

p-himik 2024-12-18T06:42:07.913999Z

tools.deps also reads a global deps.edn file, unless you tell it not to.