Fork me on GitHub
#juxt
<
2021-09-27
>
plins20:09:19

hello everyone, Im trying to build a duct app with https://github.com/juxt/pack.alpha If I run clojure -M:api:spa:pack mach.pack.alpha.one-jar target/app.jar the startup jar startup fails with Could not locate duct/core__init.class, duct/core.clj or duct/core.cljc on classpath. but if I move the dependencies declared at api and spa to the root :deps it works is there a way to include these aliases as well without polluting the top level :deps ?